aboutsummaryrefslogtreecommitdiffstats
path: root/src/utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utf8.c')
-rw-r--r--src/utf8.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utf8.c b/src/utf8.c
index 0c04d60..a2f4fdd 100644
--- a/src/utf8.c
+++ b/src/utf8.c
@@ -26,7 +26,8 @@
// See http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ for details.
#include <stdbool.h>
-#include <inttypes.h>
+#include <stddef.h>
+#include <stdint.h>
#include "utils.h"
#define UTF8_ACCEPT 0