aboutsummaryrefslogtreecommitdiff
path: root/ports/tiff/fix-stddef.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/tiff/fix-stddef.patch')
-rw-r--r--ports/tiff/fix-stddef.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/tiff/fix-stddef.patch b/ports/tiff/fix-stddef.patch
new file mode 100644
index 000000000..a9c2ddf0b
--- /dev/null
+++ b/ports/tiff/fix-stddef.patch
@@ -0,0 +1,13 @@
+diff --git a/port/lfind.c port/lfind.c
+index 087dfa9..20fa8b4 100644
+--- a/port/lfind.c
++++ b/port/lfind.c
+@@ -38,7 +38,7 @@
+ #ifdef _WIN32_WCE
+ # include <wce_types.h>
+ #else
+-# include <sys/types.h>
++# include <stddef.h>
+ #endif
+
+ #ifndef NULL