commit 4ac3154accd64c57f603866284dd5a114a2c266f parent 78f336addd5c179f0d21a05f15014945084d9e68 Author: Steven G. Johnson <stevenj@alum.mit.edu> Date: Sun, 11 Dec 2016 16:18:52 -0500 whoops Diffstat:
M | utf8proc.h | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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;