summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-08-09 13:25:34 +0000
committerAndrew Tridgell <tridge@samba.org>1998-08-09 13:25:34 +0000
commit35f815d2786ec1bd99676f62ff5e636e81809e51 (patch)
tree818cb243996551d2bac26b0388b0cec28d9b54ed /source3/lib
parent5a5049cd77c608134c87a2332b8a070c01731680 (diff)
downloadsamba-35f815d2786ec1bd99676f62ff5e636e81809e51.tar.gz
samba-35f815d2786ec1bd99676f62ff5e636e81809e51.tar.bz2
samba-35f815d2786ec1bd99676f62ff5e636e81809e51.zip
this gets smbd compiling and linking correctly with the new layout.
(This used to be commit d08fa39cec5c71a9034dbf4241fc7e195f1bbaa5)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/netmask.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/netmask.c b/source3/lib/netmask.c
index 138a4413f1..bc7412e63f 100644
--- a/source3/lib/netmask.c
+++ b/source3/lib/netmask.c
@@ -38,6 +38,7 @@
#ifdef HAVE_NETMASK_IFCONF
#include <stdio.h>
+#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>