--- a/src/minilzo.cpp Sun Aug 19 14:04:13 2007 +0000
+++ b/src/minilzo.cpp Sun Sep 02 11:17:33 2007 +0000
@@ -60,7 +60,7 @@
# define LZO_HAVE_CONFIG_H
#endif
-#if !defined(LZO_NO_SYS_TYPES_H)
+#if !defined(LZO_NO_SYS_TYPES_H) && !defined(WINCE)
# include <sys/types.h>
#endif
#include <stdio.h>