This commit is contained in:
Steven G. Johnson 2016-12-11 16:18:52 -05:00
parent 78f336addd
commit 4ac3154acc

View File

@ -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;