summaryrefslogtreecommitdiff
path: root/src/include/c.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/c.h')
-rw-r--r--src/include/c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/c.h b/src/include/c.h
index 107f4f6bcd7..95e9aeded9d 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -268,6 +268,7 @@
#if defined(HAVE_STDBOOL_H) && SIZEOF_BOOL == 1
#include <stdbool.h>
+#define USE_STDBOOL 1
#else
#ifndef bool