mesa: Don't include sys/types.h on WinCE.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Tue, 24 Jun 2008 01:17:32 +0000 (10:17 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Tue, 24 Jun 2008 02:00:01 +0000 (11:00 +0900)
We probably shouldn't be including sys/types.h at all, but let's leave that
for another time.

include/GL/internal/glcore.h

index fc0aaf3d5e8c8d24f153780eb73d6a067d9199a0..d62f31bb290b4756155da12b33f025f9bf7bf517 100644 (file)
@@ -36,7 +36,9 @@
 **
 */
 
+#if !defined(_WIN32_WCE)
 #include <sys/types.h>
+#endif
 
 #define GL_CORE_SGI  1
 #define GL_CORE_MESA 2