summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2009-12-22 16:23:00 -0800
committerVinson Lee <vlee@vmware.com>2009-12-22 16:23:00 -0800
commit6ce28a755c3d9d2da55eb764bae4205cbd659a03 (patch)
treed9b00ed0603096e4006db8397f0ccf6b7dc8c2df
parent5e73bcb396a313c7a1a0f8852e9e7adddefea8a1 (diff)
gallium/util: Add PIPE_OS_APPLE to u_stream_stdc.c.
-rw-r--r--src/gallium/auxiliary/util/u_stream_stdc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_stream_stdc.c b/src/gallium/auxiliary/util/u_stream_stdc.c
index 5cd05b29047..4d976d6dca4 100644
--- a/src/gallium/auxiliary/util/u_stream_stdc.c
+++ b/src/gallium/auxiliary/util/u_stream_stdc.c
@@ -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>