summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp2
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"