summaryrefslogtreecommitdiff
path: root/unix.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-06 13:41:02 +0000
committertron <tron@openttd.org>2005-02-06 13:41:02 +0000
commit59fa465dce1b9a09514ae2d6255a611ec2fea9d9 (patch)
tree0aab391e034d9f14ce3c721ca9f25bfc6395c9fc /unix.c
parentbcf4b3b913158c077ba505f5617daa55769416a9 (diff)
downloadopenttd-59fa465dce1b9a09514ae2d6255a611ec2fea9d9.tar.xz
(svn r1821) Move generic string handling functions to string.[ch] and introduce stre{cpy,cat}, see string.h for their semantics
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 ab2c8b948..096bca1e1 100644
--- a/unix.c
+++ b/unix.c
@@ -1,5 +1,6 @@
#include "stdafx.h"
#include "ttd.h"
+#include "string.h"
#include "table/strings.h"
#include "hal.h"