gallium/util: Add PIPE_OS_APPLE to u_stream_stdc.c.
authorVinson Lee <vlee@vmware.com>
Wed, 23 Dec 2009 00:23:00 +0000 (16:23 -0800)
committerVinson Lee <vlee@vmware.com>
Wed, 23 Dec 2009 00:23:00 +0000 (16:23 -0800)
src/gallium/auxiliary/util/u_stream_stdc.c

index 5cd05b29047d99aa780c6f2fdf2ad57e57209771..4d976d6dca42e7496024d7980113a28082a1548a 100644 (file)
@@ -32,7 +32,7 @@
 
 #include "pipe/p_config.h"
 
-#if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || defined(PIPE_SUBSYSTEM_WINDOWS_USER) || defined(PIPE_OS_SOLARIS) || defined(PIPE_OS_HAIKU)
+#if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || defined(PIPE_SUBSYSTEM_WINDOWS_USER) || defined(PIPE_OS_SOLARIS) || defined(PIPE_OS_HAIKU) || defined(PIPE_OS_APPLE)
 
 #include <stdio.h>