Don't include stdint.h anywhere
[jansson.git] / src / utf.c
index 9f4cb93..92484d0 100644 (file)
--- a/src/utf.c
+++ b/src/utf.c
@@ -6,7 +6,7 @@
  */
 
 #include <string.h>
-#include <stdint.h>
+#include "utf.h"
 
 int utf8_encode(int32_t codepoint, char *buffer, int *size)
 {