diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-20 00:23:26 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:19:03 -0500 |
commit | e1b77f87efb667069370adc6067d81ac53d3cdab (patch) | |
tree | bd850c0b206bd4fcc4a84943fd42f58c650f4d50 | |
parent | d094a421d3e85d4c27119f6cd4fd3e8e164f2f4c (diff) | |
download | samba-e1b77f87efb667069370adc6067d81ac53d3cdab.tar.gz samba-e1b77f87efb667069370adc6067d81ac53d3cdab.tar.bz2 samba-e1b77f87efb667069370adc6067d81ac53d3cdab.zip |
r18704: readd BOOL define to fix the build
but I think this is the wrong fix...
metze
(This used to be commit 018b142d93ba2d36cd68db407e4a591461137b9b)
-rw-r--r-- | source4/lib/socket/netif.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <net/if.h> #endif +#define BOOL int #include "netif.h" #if HAVE_IFACE_IFCONF |