summaryrefslogtreecommitdiffstats
path: root/oss.c
diff options
context:
space:
mode:
authorbellard2004-07-05 23:25:26 +0200
committerbellard2004-07-05 23:25:26 +0200
commit83fb7adf6c653a0285a89d51b746cb642d2859cf (patch)
tree24791ee7957dae766c687945939ef17291306b32 /oss.c
parentforgot fclose() (diff)
downloadqemu-83fb7adf6c653a0285a89d51b746cb642d2859cf.tar.gz
qemu-83fb7adf6c653a0285a89d51b746cb642d2859cf.tar.xz
qemu-83fb7adf6c653a0285a89d51b746cb642d2859cf.zip
Darwin patch (initial patch by Pierre d'Herbemont)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@980 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'oss.c')
-rw-r--r--oss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/oss.c b/oss.c
index f0a74bde07..de655ce9b3 100644
--- a/oss.c
+++ b/oss.c
@@ -23,7 +23,7 @@
*/
#include "vl.h"
-#ifndef _WIN32
+#if !defined(_WIN32) && !defined(__APPLE__)
#include <ctype.h>
#include <fcntl.h>
#include <errno.h>