diff --git a/vl.c b/vl.c index 6fdb7d2aa78cd0a0223f872c8b773c54010b79bf..81782b08552dba22a268d906df68300240357861 100644 --- a/vl.c +++ b/vl.c @@ -65,7 +65,9 @@ #endif #ifdef CONFIG_SDL +#ifdef __APPLE__ #include +#endif #if defined(__linux__) /* SDL use the pthreads and they modify sigaction. We don't want that. */