summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@alum.mit.edu>2016-12-11 16:18:52 -0500
committerSteven G. Johnson <stevenj@alum.mit.edu>2016-12-11 16:18:52 -0500
commit4ac3154accd64c57f603866284dd5a114a2c266f (patch)
tree4e23324f8ab810968e80bac2d9cbed186ab4ed17
parent78f336addd5c179f0d21a05f15014945084d9e68 (diff)
downloadlibutf8proc-4ac3154accd64c57f603866284dd5a114a2c266f.tar.gz
libutf8proc-4ac3154accd64c57f603866284dd5a114a2c266f.tar.bz2
whoops
-rw-r--r--utf8proc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utf8proc.h b/utf8proc.h
index 8b5ec70..edf46d4 100644
--- a/utf8proc.h
+++ b/utf8proc.h
@@ -105,6 +105,7 @@ typedef unsigned char utf8proc_bool;
typedef bool utf8proc_bool;
# endif
#else
+# include <stddef.h>
# include <stdbool.h>
# include <inttypes.h>
typedef int8_t utf8proc_int8_t;