summaryrefslogtreecommitdiff
path: root/source3/lib/replace/replace.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/replace/replace.h')
-rw-r--r--source3/lib/replace/replace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/replace/replace.h b/source3/lib/replace/replace.h
index 688f08a51d..e6ba68f9ad 100644
--- a/source3/lib/replace/replace.h
+++ b/source3/lib/replace/replace.h
@@ -325,6 +325,7 @@ char *rep_mkdtemp(char *template);
#define bool _Bool
#else
#define __bool_true_false_are_defined
+#define BOOL_DEFINED /* needed for <rpcsvc/yp_prot.h> not doing a redefine */
typedef int bool;
#endif
#endif