diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 39ebecd35..8c6b3377a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -23,7 +23,7 @@ #include "maingui.h" #ifdef WIN32 -#include "SDL.h" +#include <SDL.h> #endif // WIN32 #include "debug.h" |