gallium/util: Add PIPE_OS_APPLE to u_stream_stdc.c.

This commit is contained in:
Vinson Lee 2009-12-22 16:23:00 -08:00
parent 5e73bcb396
commit 6ce28a755c
1 changed files with 1 additions and 1 deletions

View 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>