summaryrefslogtreecommitdiff
path: root/roadveh_cmd.c
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2006-04-11 15:18:22 +0000
committerbelugas <belugas@openttd.org>2006-04-11 15:18:22 +0000
commit38417f17940fcf99ebbdba9ee308012afae06093 (patch)
tree0a4aca9e5027fa05d50105f28183c0d0f3c72da0 /roadveh_cmd.c
parent24fcd110b25d511ab2133641e14a18d1c880eb1a (diff)
downloadopenttd-38417f17940fcf99ebbdba9ee308012afae06093.tar.xz
(svn r4359) MSV6 Release mode now compiles (problem of UINT_MAX. stdafx.h should be the first include). Thanks to KUDr for solution and testing
Diffstat (limited to 'roadveh_cmd.c')
-rw-r--r--roadveh_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/roadveh_cmd.c b/roadveh_cmd.c
index 76fa480ca..4c91e4ab9 100644
--- a/roadveh_cmd.c
+++ b/roadveh_cmd.c
@@ -1,7 +1,7 @@
/* $Id$ */
-#include <limits.h>
#include "stdafx.h"
+#include <limits.h>
#include "openttd.h"
#include "debug.h"
#include "functions.h"