diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-18 10:01:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:29:37 -0500 |
commit | 7ef904e9e1de31129f12cb4c8dee0a06a93b9dc4 (patch) | |
tree | a7bed389a19d32fcda46e4b4b111cfcfce920cd0 | |
parent | d1f9224f5824856339d80cf93f1bf4fcee57ce8f (diff) | |
download | samba-7ef904e9e1de31129f12cb4c8dee0a06a93b9dc4.tar.gz samba-7ef904e9e1de31129f12cb4c8dee0a06a93b9dc4.tar.bz2 samba-7ef904e9e1de31129f12cb4c8dee0a06a93b9dc4.zip |
r8541: this might take a few tries ...
(This used to be commit cc61a0ba33d5a9d4d0b98736109220c58342358a)
-rw-r--r-- | source4/lib/netif/netif.c | 2 |
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 |