From 35f815d2786ec1bd99676f62ff5e636e81809e51 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 9 Aug 1998 13:25:34 +0000 Subject: this gets smbd compiling and linking correctly with the new layout. (This used to be commit d08fa39cec5c71a9034dbf4241fc7e195f1bbaa5) --- source3/lib/netmask.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib') 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 +#include #include #include #include -- cgit