summaryrefslogtreecommitdiff
path: root/devel/jansson/files/patch-src_utf.h
blob: b8b5aa14468b5d2e954d87de048b64f982080e7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/utf.h.orig	2010-01-30 20:53:52.000000000 +0800
+++ src/utf.h	2010-01-30 20:54:05.000000000 +0800
@@ -8,6 +8,8 @@
 #ifndef UTF_H
 #define UTF_H
 
+#include <sys/types.h>
+
 int utf8_encode(int codepoint, char *buffer, int *size);
 
 int utf8_check_first(char byte);