diff options
Diffstat (limited to 'roadveh_cmd.c')
-rw-r--r-- | roadveh_cmd.c | 2 |
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" |