summaryrefslogtreecommitdiff
path: root/src/nm-device-ethernet.c
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2008-09-19 17:12:15 +0000
committerDan Williams <dcbw@redhat.com>2008-09-19 17:12:15 +0000
commit0ab563c5abf390e268fc8526a4a603affe9b6beb (patch)
tree89a87735a9813d91456fa2e9785e781e6b0488f6 /src/nm-device-ethernet.c
parent8d19530da2942d0cd8cdbdf4055e26cf61d51cee (diff)
Add required include
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4079 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'src/nm-device-ethernet.c')
-rw-r--r--src/nm-device-ethernet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nm-device-ethernet.c b/src/nm-device-ethernet.c
index b00ce2cb21..494fb38f77 100644
--- a/src/nm-device-ethernet.c
+++ b/src/nm-device-ethernet.c
@@ -27,6 +27,7 @@
#include <string.h>
#include <net/ethernet.h>
#include <stdlib.h>
+#include <linux/types.h>
#include <linux/sockios.h>
#include <linux/ethtool.h>
#include <sys/ioctl.h>