summaryrefslogtreecommitdiff
path: root/port
diff options
context:
space:
mode:
authorMateusz Loskot <mateusz@loskot.net>2007-01-15 18:40:39 +0000
committerMateusz Loskot <mateusz@loskot.net>2007-01-15 18:40:39 +0000
commit367a35efb309d8dd3c8ee97cbc36b4e29f62c00c (patch)
tree83bccdcb739a323cd3e8a2cdc3ed974729fc5239 /port
parentbda9dea5ed3f005e48568e1c4d9b19bc3959fa86 (diff)
downloadlibtiff-git-367a35efb309d8dd3c8ee97cbc36b4e29f62c00c.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