diff -r b3b72a7f4c50 -r 72f280229ee1 src/newgrf_spritegroup.h --- a/src/newgrf_spritegroup.h Mon Jul 16 00:31:25 2007 +0000 +++ b/src/newgrf_spritegroup.h Mon Jul 16 00:39:06 2007 +0000 @@ -7,6 +7,7 @@ #include "town.h" #include "industry.h" +#include "newgrf_fsmports.h" /** * Gets the value of a so-called newgrf "register". @@ -212,6 +213,7 @@ TileIndex tile; const struct Station *st; const struct StationSpec *statspec; + const struct FSMportsSpec *fsmportspec; CargoID cargo_type; } station; struct {