Commit 96bcd4f884c98fa74efe5e82a551a2289d46e1ea

Authored by bellard
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
... ... @@ -65,7 +65,9 @@
65 65 #endif
66 66  
67 67 #ifdef CONFIG_SDL
  68 +#ifdef __APPLE__
68 69 #include <SDL/SDL.h>
  70 +#endif
69 71 #if defined(__linux__)
70 72 /* SDL use the pthreads and they modify sigaction. We don't
71 73 want that. */
... ...