aboutsummaryrefslogtreecommitdiffstats
path: root/src/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utf8.h')
-rw-r--r--src/utf8.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utf8.h b/src/utf8.h
index 582ae1c..06fe07e 100644
--- a/src/utf8.h
+++ b/src/utf8.h
@@ -9,8 +9,9 @@
#ifndef _UTF_8_H
#define _UTF_8_H
-#include <inttypes.h>
#include <stdbool.h>
+#include <stddef.h>
+#include <stdint.h>
#include "utils.h"
bool blogc_utf8_validate(const uint8_t *str, size_t len);