aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/setup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/setup.h b/lib/setup.h
index cdec0f9d6..dc2280da5 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -52,7 +52,7 @@
#endif
#ifndef __cplusplus /* (rabe) */
-typedef char bool;
+typedef unsigned char bool;
#define typedef_bool
#endif /* (rabe) */