From 96bcd4f884c98fa74efe5e82a551a2289d46e1ea Mon Sep 17 00:00:00 2001 From: bellard Date: Sat, 10 Jul 2004 16:26:15 +0000 Subject: Mac OS X port git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1001 c046a42c-6fe2-441c-8c8c-71466251a162 --- vl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vl.c') diff --git a/vl.c b/vl.c index 6fdb7d2..81782b0 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. */ -- cgit v1.1