summaryrefslogtreecommitdiff
path: root/src/win32.cpp
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2007-12-23 13:31:24 +0000
committerglx <glx@openttd.org>2007-12-23 13:31:24 +0000
commit451abbecb120a9a2042670a06d7a5b2494f5a93c (patch)
tree77de099d4b260860a80b70ed746f07e7397c765d /src/win32.cpp
parent970fd6220a51e43c5a43f55a1b4a80f98feb9531 (diff)
downloadopenttd-451abbecb120a9a2042670a06d7a5b2494f5a93c.tar.xz
(svn r11686) -Fix (r11684): win32 compilation was broken again :)
Diffstat (limited to 'src/win32.cpp')
-rw-r--r--src/win32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32.cpp b/src/win32.cpp
index 4b378910f..b2c780cdd 100644
--- a/src/win32.cpp
+++ b/src/win32.cpp
@@ -9,7 +9,7 @@
#include "helpers.hpp"
#include "saveload.h"
#include "string.h"
-#include "gfx.h"
+#include "gfx_func.h"
#include "textbuf_gui.h"
#include "fileio.h"
#include <windows.h>