diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-06 12:10:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:33 -0500 |
commit | 800212bc12a90a6c32d68c6a01edc3142bd93369 (patch) | |
tree | b77a6609686176f837f6ebe6a1131b50e2ad2c8d /source4/lib/netif/netif.c | |
parent | 6c3a5b30e9d42d832f4c68211c5f46a096803591 (diff) | |
download | samba-800212bc12a90a6c32d68c6a01edc3142bd93369.tar.gz samba-800212bc12a90a6c32d68c6a01edc3142bd93369.tar.bz2 samba-800212bc12a90a6c32d68c6a01edc3142bd93369.zip |
r3578: a couple of include changes that should help with FreeBSD
(This used to be commit d8c4a660a08d7be8b69e4e5458bdcc1cb492506e)
Diffstat (limited to 'source4/lib/netif/netif.c')
-rw-r--r-- | source4/lib/netif/netif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/netif/netif.c b/source4/lib/netif/netif.c index 9fe4d21bc9..2a87a7a610 100644 --- a/source4/lib/netif/netif.c +++ b/source4/lib/netif/netif.c @@ -36,6 +36,7 @@ #include <netdb.h> #include <sys/ioctl.h> #include <sys/time.h> +#include <sys/socket.h> #include <net/if.h> #include <netdb.h> #include <sys/ioctl.h> |