summaryrefslogtreecommitdiff
path: root/port
diff options
context:
space:
mode:
authormloskot <mloskot>2007-01-15 18:40:39 +0000
committermloskot <mloskot>2007-01-15 18:40:39 +0000
commitc89f410bf3a7dbbe5df1037ed03b7e25ceca6e62 (patch)
treed3e64612b4eaa5395b48755e7adc4d02cfcaaf36 /port
parentcdc4634162df294fb8bbfc241fb2c0d1c8a24138 (diff)
downloadlibtiff-c89f410bf3a7dbbe5df1037ed03b7e25ceca6e62.tar.gz
TIFF library ported to Windows CE platform.
Diffstat (limited to 'port')
-rw-r--r--port/lfind.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/port/lfind.c b/port/lfind.c
index 216903be..22d97980 100644
--- a/port/lfind.c
+++ b/port/lfind.c
@@ -1,4 +1,4 @@
-/* $Id: lfind.c,v 1.3 2005-12-27 15:08:22 dron Exp $ */
+/* $Id: lfind.c,v 1.4 2007-01-15 18:40:39 mloskot Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -37,7 +37,11 @@ static char sccsid[] = "@(#)lsearch.c 8.1 (Berkeley) 6/4/93";
__RCSID("$NetBSD: lsearch.c,v 1.2 2005/07/06 15:47:15 drochner Exp $");
#endif
-#include <sys/types.h>
+#ifdef _WIN32_WCE
+# include <wce_types.h>
+#else
+# include <sys/types.h>
+#endif
#ifndef NULL
# define NULL 0