diff options
author | celestar <celestar@openttd.org> | 2006-04-18 06:42:14 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2006-04-18 06:42:14 +0000 |
commit | e7edba56fb6ac9d195d354c6df6460f915aab29f (patch) | |
tree | 300c5b3ca0cd292baa447a48ef191a2877c15999 | |
parent | 22f82bba2efce41532c5a48f21c5105b3ae08627 (diff) | |
download | openttd-e7edba56fb6ac9d195d354c6df6460f915aab29f.tar.xz |
(svn r4464) -Codechange: Oops, forgot one file in last commit
-rw-r--r-- | waypoint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/waypoint.c b/waypoint.c index 0efb9a0e3..0239513cc 100644 --- a/waypoint.c +++ b/waypoint.c @@ -17,6 +17,7 @@ #include "variables.h" #include "table/sprites.h" #include "table/strings.h" +#include "vehicle.h" enum { /* Max waypoints: 64000 (8 * 8000) */ |