changeset 8125:9c883f1f7bf2 draft

(svn r11686) -Fix (r11684): win32 compilation was broken again :)
author glx <glx@openttd.org>
date Sun, 23 Dec 2007 13:31:24 +0000
parents 19d28ce1813a
children 357c22303fd6
files src/win32.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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>