diff options
-rw-r--r-- | source3/lib/util_sec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util_sec.c b/source3/lib/util_sec.c index 703c522d77b..94082697def 100644 --- a/source3/lib/util_sec.c +++ b/source3/lib/util_sec.c @@ -28,6 +28,7 @@ #if defined(HAVE_UNISTD_H) #include <unistd.h> #endif +#include <stdbool.h> #include <stdlib.h> #include <stdio.h> #include <sys/types.h> @@ -42,7 +43,6 @@ #define DEBUG(x, y) printf y #define smb_panic(x) exit(1) -#define bool int #endif /* are we running as non-root? This is used by the regresison test code, |