commit | 96bcd4f884c98fa74efe5e82a551a2289d46e1ea | [log] [tgz] |
---|---|---|
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Sat Jul 10 16:26:15 2004 +0000 |
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Sat Jul 10 16:26:15 2004 +0000 |
tree | 18a476035a0db1c842b70c8bbde759053ffc93e8 | |
parent | e3371e62f3ca085d784a2bb848e94111ad4b42e5 [diff] |
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 6fdb7d2..81782b0 100644 --- a/vl.c +++ b/vl.c
@@ -65,7 +65,9 @@ #endif #ifdef CONFIG_SDL +#ifdef __APPLE__ #include <SDL/SDL.h> +#endif #if defined(__linux__) /* SDL use the pthreads and they modify sigaction. We don't want that. */