summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-08-07 14:45:50 +0000
committertron <tron@openttd.org>2005-08-07 14:45:50 +0000
commit0b6864b589e3fa7b2227079f5d4faea825b59755 (patch)
treed6d2d3e4ec980122d8c4369b3ce38ad6932cf6a6 /misc.c
parent3f39db10d7f3f8fef423647488d29572f755b30e (diff)
downloadopenttd-0b6864b589e3fa7b2227079f5d4faea825b59755.tar.xz
(svn r2832) Missing #include
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc.c b/misc.c
index 54b9c1ea5..9ac558bac 100644
--- a/misc.c
+++ b/misc.c
@@ -2,6 +2,7 @@
#include "stdafx.h"
#include "openttd.h"
+#include "currency.h"
#include "functions.h"
#include "player.h"
#include "string.h"