Use a glibc header for ifreq, not the linux header

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4080 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2008-09-19 17:13:30 +00:00
parent 0ab563c5ab
commit e26a6a046e

View file

@ -43,7 +43,7 @@
#include <netdb.h>
#include <glib.h>
#include <ctype.h>
#include <linux/if.h>
#include <net/if.h>
#include "NetworkManagerSystem.h"
#include "nm-device.h"