diff options
Diffstat (limited to 'src/osd/sdl/sdlsync_os2.c')
-rw-r--r-- | src/osd/sdl/sdlsync_os2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/sdl/sdlsync_os2.c b/src/osd/sdl/sdlsync_os2.c index 8ea3dcc56c4..96ce1656a68 100644 --- a/src/osd/sdl/sdlsync_os2.c +++ b/src/osd/sdl/sdlsync_os2.c @@ -13,7 +13,7 @@ #define _GNU_SOURCE // for PTHREAD_MUTEX_RECURSIVE; needs to be here before other glibc headers are included #endif -#include "SDL/SDL.h" +#include "sdlinc.h" // standard C headers #include <math.h> |