summaryrefslogtreecommitdiff
path: root/unix.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-21 22:15:02 +0000
committertron <tron@openttd.org>2005-07-21 22:15:02 +0000
commit71140a5768c11e98a09ccbff00186e6bf3e1a5ab (patch)
tree0e2d2d052ab58755549ef42d694f58679a4c496c /unix.c
parentcae796828b2abb52fef9fbc7f7ef6497717f859c (diff)
downloadopenttd-71140a5768c11e98a09ccbff00186e6bf3e1a5ab.tar.xz
(svn r2669) Shuffle some more stuff around to reduce dependencies
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix.c b/unix.c
index 07585c926..6dcd70be9 100644
--- a/unix.c
+++ b/unix.c
@@ -4,6 +4,7 @@
#include "string.h"
#include "table/strings.h"
#include "hal.h"
+#include "variables.h"
#include <dirent.h>
#include <unistd.h>