summaryrefslogtreecommitdiff
path: root/src/sdl.cpp
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2009-09-01 14:20:35 +0000
committerglx <glx@openttd.org>2009-09-01 14:20:35 +0000
commit8a367f1ff434534bde46dc97abc673948684d6c2 (patch)
tree13296c6102fc436abf8d9fff2ae2f6aa76076b1b /src/sdl.cpp
parentb831e37b90fb51bd0c6af9fbdda9757976306d99 (diff)
downloadopenttd-8a367f1ff434534bde46dc97abc673948684d6c2.tar.xz
(svn r17350) -Fix (r17336): broken compilation with mingw
Diffstat (limited to 'src/sdl.cpp')
-rw-r--r--src/sdl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl.cpp b/src/sdl.cpp
index e66902581..0650f8e29 100644
--- a/src/sdl.cpp
+++ b/src/sdl.cpp
@@ -31,7 +31,7 @@ static int _sdl_usage;
#ifdef DYNAMICALLY_LOADED_SDL
-#include "win32.h"
+#include "os/windows/win32.h"
#define M(x) x "\0"
static const char sdl_files[] =