Mesa (mesa_7_6_branch): gallium/util: Add PIPE_OS_APPLE to u_stream_stdc.c.

Vinson Lee vlee at kemper.freedesktop.org
Wed Dec 23 00:23:34 UTC 2009


Module: Mesa
Branch: mesa_7_6_branch
Commit: 6ce28a755c3d9d2da55eb764bae4205cbd659a03
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ce28a755c3d9d2da55eb764bae4205cbd659a03

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Dec 22 16:23:00 2009 -0800

gallium/util: Add PIPE_OS_APPLE to u_stream_stdc.c.

---

 src/gallium/auxiliary/util/u_stream_stdc.c |    2 +-
 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 5cd05b2..4d976d6 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>
 




More information about the mesa-commit mailing list