summaryrefslogtreecommitdiff
path: root/source4/lib/netif
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-18 10:01:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:29:37 -0500
commit7ef904e9e1de31129f12cb4c8dee0a06a93b9dc4 (patch)
treea7bed389a19d32fcda46e4b4b111cfcfce920cd0 /source4/lib/netif
parentd1f9224f5824856339d80cf93f1bf4fcee57ce8f (diff)
downloadsamba-7ef904e9e1de31129f12cb4c8dee0a06a93b9dc4.tar.gz
samba-7ef904e9e1de31129f12cb4c8dee0a06a93b9dc4.tar.bz2
samba-7ef904e9e1de31129f12cb4c8dee0a06a93b9dc4.zip
r8541: this might take a few tries ...
(This used to be commit cc61a0ba33d5a9d4d0b98736109220c58342358a)
Diffstat (limited to 'source4/lib/netif')
-rw-r--r--source4/lib/netif/netif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/netif/netif.c b/source4/lib/netif/netif.c
index b197178880..8256615ef2 100644
--- a/source4/lib/netif/netif.c
+++ b/source4/lib/netif/netif.c
@@ -35,7 +35,6 @@
#include <sys/types.h>
#include <netdb.h>
#include <sys/ioctl.h>
-#include <net/if.h>
#include <netdb.h>
#include <sys/ioctl.h>
#include <sys/time.h>
@@ -77,6 +76,7 @@
#define QSORT_CAST (int (*)(const void *, const void *))
#endif
+#include <net/if.h>
#include "netif.h"
#if HAVE_IFACE_IFCONF