aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/setup.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/setup.h b/lib/setup.h
index aa5f9dbac..ecb3dd5b0 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -57,6 +57,10 @@
#endif
#endif
+#ifndef __cplusplus /* (rabe) */
+typedef char bool;
+#endif /* (rabe) */
+
#include <stdio.h>
#ifndef OS
#ifdef WIN32