]> git.saurik.com Git - wxWidgets.git/blobdiff - src/tiff/port/lfind.c
Fix stc doxygen warnings and regen stc files.
[wxWidgets.git] / src / tiff / port / lfind.c
index 6ed5fc3433d65ebf80e83abd10208942596d4e06..4cf041fab2018ca8f15b318abc297d6838d30142 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 
 /*
  * Copyright (c) 1989, 1993
@@ -37,7 +36,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