summaryrefslogtreecommitdiff
path: root/src/os/windows
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-02-07 22:49:38 +0000
committerrubidium <rubidium@openttd.org>2011-02-07 22:49:38 +0000
commit1d0d7635e08056acf0d0243b0b5ea5f39a5953e3 (patch)
tree10b8cfa452323649cf4654f5034c6145c5a24915 /src/os/windows
parenta06b34bd4ff3d43d37270d8807486aa7cf242b66 (diff)
downloadopenttd-1d0d7635e08056acf0d0243b0b5ea5f39a5953e3.tar.xz
(svn r22021) -Fix (r22019): ofcourse make doesn't notice files are gone, so it doesn't recompile everything that needs to be recompiled...
Diffstat (limited to 'src/os/windows')
-rw-r--r--src/os/windows/win32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/windows/win32.cpp b/src/os/windows/win32.cpp
index f3ea1b0c1..14f010a76 100644
--- a/src/os/windows/win32.cpp
+++ b/src/os/windows/win32.cpp
@@ -20,7 +20,7 @@
#include <shlobj.h> /* SHGetFolderPath */
#include "win32.h"
#include "../../core/alloc_func.hpp"
-#include "../../functions.h"
+#include "../../openttd.h"
#include "../../core/random_func.hpp"
#include "../../string_func.h"
#include "../../crashlog.h"