mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
14 lines
247 B
Diff
14 lines
247 B
Diff
|
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
|