aboutsummaryrefslogtreecommitdiff
path: root/devel/jansson/files/patch-src_utf.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/jansson/files/patch-src_utf.h')
-rw-r--r--devel/jansson/files/patch-src_utf.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/jansson/files/patch-src_utf.h b/devel/jansson/files/patch-src_utf.h
deleted file mode 100644
index f74a9be4b132..000000000000
--- a/devel/jansson/files/patch-src_utf.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);