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