Commit 96bcd4f884c98fa74efe5e82a551a2289d46e1ea
1 parent
e3371e62
Mac OS X port
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1001 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
0 deletions
vl.c
| @@ -65,7 +65,9 @@ | @@ -65,7 +65,9 @@ | ||
| 65 | #endif | 65 | #endif |
| 66 | 66 | ||
| 67 | #ifdef CONFIG_SDL | 67 | #ifdef CONFIG_SDL |
| 68 | +#ifdef __APPLE__ | ||
| 68 | #include <SDL/SDL.h> | 69 | #include <SDL/SDL.h> |
| 70 | +#endif | ||
| 69 | #if defined(__linux__) | 71 | #if defined(__linux__) |
| 70 | /* SDL use the pthreads and they modify sigaction. We don't | 72 | /* SDL use the pthreads and they modify sigaction. We don't |
| 71 | want that. */ | 73 | want that. */ |