summaryrefslogtreecommitdiff
path: root/server/utf8proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/utf8proc.h')
-rw-r--r--server/utf8proc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/utf8proc.h b/server/utf8proc.h
index f883054..2fd4f17 100644
--- a/server/utf8proc.h
+++ b/server/utf8proc.h
@@ -55,7 +55,11 @@
#include <stdlib.h>
+#ifdef HAVE_STDBOOL_H
#include <stdbool.h>
+#else
+typedef enum {false = 0, true = 1} bool;
+#endif
#include <sys/types.h>
#include <inttypes.h>
#include <limits.h>