projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e73bcb
)
gallium/util: Add PIPE_OS_APPLE to u_stream_stdc.c.
author
Vinson Lee
<vlee@vmware.com>
Wed, 23 Dec 2009 00:23:00 +0000
(16:23 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Wed, 23 Dec 2009 00:23:00 +0000
(16:23 -0800)
src/gallium/auxiliary/util/u_stream_stdc.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_stream_stdc.c
b/src/gallium/auxiliary/util/u_stream_stdc.c
index 5cd05b29047d99aa780c6f2fdf2ad57e57209771..4d976d6dca42e7496024d7980113a28082a1548a 100644
(file)
--- 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>