ports/devel/jansson/files/patch-src_utf.h
2016-09-02 05:17:16 +00:00

11 lines
236 B
C

--- src/utf.h.orig 2015-03-07 07:02:40 UTC
+++ src/utf.h
@@ -16,6 +16,8 @@
#include <stdint.h>
#endif
+#include <sys/types.h>
+
int utf8_encode(int32_t codepoint, char *buffer, size_t *size);
size_t utf8_check_first(char byte);