From e1b77f87efb667069370adc6067d81ac53d3cdab Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 20 Sep 2006 00:23:26 +0000 Subject: r18704: readd BOOL define to fix the build but I think this is the wrong fix... metze (This used to be commit 018b142d93ba2d36cd68db407e4a591461137b9b) --- source4/lib/socket/netif.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib') diff --git a/source4/lib/socket/netif.c b/source4/lib/socket/netif.c index 0fac0e7ef5..f3df7631e0 100644 --- a/source4/lib/socket/netif.c +++ b/source4/lib/socket/netif.c @@ -80,6 +80,7 @@ #include #endif +#define BOOL int #include "netif.h" #if HAVE_IFACE_IFCONF -- cgit