aboutsummaryrefslogtreecommitdiff
path: root/ports/tiff/fix-stddef.patch
blob: a9c2ddf0b0679b4458c7ebd58b6b9dedbae157db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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