diff options
author | glx <glx@openttd.org> | 2007-12-23 13:31:24 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2007-12-23 13:31:24 +0000 |
commit | 451abbecb120a9a2042670a06d7a5b2494f5a93c (patch) | |
tree | 77de099d4b260860a80b70ed746f07e7397c765d /src | |
parent | 970fd6220a51e43c5a43f55a1b4a80f98feb9531 (diff) | |
download | openttd-451abbecb120a9a2042670a06d7a5b2494f5a93c.tar.xz |
(svn r11686) -Fix (r11684): win32 compilation was broken again :)
Diffstat (limited to 'src')
-rw-r--r-- | src/win32.cpp | 2 |
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> |