diff options
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. */ |