diff options
| author | bellard | 2004-07-10 18:26:15 +0200 |
|---|---|---|
| committer | bellard | 2004-07-10 18:26:15 +0200 |
| commit | 96bcd4f884c98fa74efe5e82a551a2289d46e1ea (patch) | |
| tree | 18a476035a0db1c842b70c8bbde759053ffc93e8 | |
| parent | update (diff) | |
| download | qemu-96bcd4f884c98fa74efe5e82a551a2289d46e1ea.tar.gz qemu-96bcd4f884c98fa74efe5e82a551a2289d46e1ea.tar.xz qemu-96bcd4f884c98fa74efe5e82a551a2289d46e1ea.zip | |
Mac OS X port
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1001 c046a42c-6fe2-441c-8c8c-71466251a162
| -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. */ |
