summaryrefslogtreecommitdiff
path: root/src/os/unix
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/unix
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/unix')
-rw-r--r--src/os/unix/unix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/unix.cpp b/src/os/unix/unix.cpp
index 61a2b9f39..371beb226 100644
--- a/src/os/unix/unix.cpp
+++ b/src/os/unix/unix.cpp
@@ -11,7 +11,7 @@
#include "../../stdafx.h"
#include "../../textbuf_gui.h"
-#include "../../functions.h"
+#include "../../openttd.h"
#include "../../crashlog.h"
#include "../../core/random_func.hpp"