diff options
Diffstat (limited to 'src/coord_event_weather.c')
-rw-r--r-- | src/coord_event_weather.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/coord_event_weather.c b/src/coord_event_weather.c index f033e5391..9c5a1ca4d 100644 --- a/src/coord_event_weather.c +++ b/src/coord_event_weather.c @@ -1,5 +1,6 @@ #include "global.h" -#include "asm.h" +#include "coord_event_weather.h" +#include "field_weather.h" struct CoordEventWeather { |