aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/c.h b/src/include/c.h
index 3ea748ff585..658be50e0d3 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -305,7 +305,7 @@
#else
#ifndef bool
-typedef char bool;
+typedef unsigned char bool;
#endif
#ifndef true