util: Enable u_stream_std.c for PIPE_SUBSYSTEM_WINDOWS_USER.
authorMichal Krol <michal@tungstengraphics.com>
Tue, 9 Sep 2008 09:25:05 +0000 (11:25 +0200)
committerMichal Krol <michal@tungstengraphics.com>
Tue, 9 Sep 2008 09:25:05 +0000 (11:25 +0200)
src/gallium/auxiliary/util/u_stream_stdc.c

index dfb6a0e647b6ee26caa52601d8a366837d9959c1..ca80bef0f3d228c13dc26d49e511fc279c2b6e19 100644 (file)
@@ -32,7 +32,7 @@
 
 #include "pipe/p_config.h"
 
-#if defined(PIPE_OS_LINUX)
+#if defined(PIPE_OS_LINUX) || defined(PIPE_SUBSYSTEM_WINDOWS_USER)
 
 #include <stdio.h>