summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/replace/replace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/replace.h b/source4/lib/replace/replace.h
index 9be365d4da..77f42acc97 100644
--- a/source4/lib/replace/replace.h
+++ b/source4/lib/replace/replace.h
@@ -206,7 +206,7 @@ int rep_mkstemp(char *temp);
#ifndef HAVE_BOOL
#define __bool_true_false_are_defined
-typedef bool int;
+typedef int bool;
#define false (0)
#define true (1)
#endif