freebsd-ports/devel/jansson/files/patch-src_utf.h
2014-10-13 13:36:56 +00:00

11 lines
284 B
C

--- src/utf.h.orig 2014-10-13 20:43:43.714736504 +0800
+++ src/utf.h 2014-10-13 20:43:55.760735241 +0800
@@ -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);