diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-07-10 16:26:15 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-07-10 16:26:15 +0000 |
commit | 96bcd4f884c98fa74efe5e82a551a2289d46e1ea (patch) | |
tree | 18a476035a0db1c842b70c8bbde759053ffc93e8 /vl.c | |
parent | e3371e62f3ca085d784a2bb848e94111ad4b42e5 (diff) |
Mac OS X port
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1001 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. */ |