From: bellard Date: Sat, 10 Jul 2004 16:26:15 +0000 (+0000) Subject: Mac OS X port X-Git-Tag: release_0_6_0~5 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=96bcd4f884c98fa74efe5e82a551a2289d46e1ea;p=qemu.git Mac OS X port git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1001 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/vl.c b/vl.c index 6fdb7d2aa..81782b085 100644 --- a/vl.c +++ b/vl.c @@ -65,7 +65,9 @@ #endif #ifdef CONFIG_SDL +#ifdef __APPLE__ #include +#endif #if defined(__linux__) /* SDL use the pthreads and they modify sigaction. We don't want that. */