diff --git a/src/mapper/map_partei.c b/src/mapper/map_partei.c index cf57035c7..c06623449 100644 --- a/src/mapper/map_partei.c +++ b/src/mapper/map_partei.c @@ -16,7 +16,7 @@ #include #include "mapper.h" -#include "autoseed.h" +#include /* kernel includes */ #include diff --git a/src/mapper/mapper.c b/src/mapper/mapper.c index 924a28ed2..940e97015 100644 --- a/src/mapper/mapper.c +++ b/src/mapper/mapper.c @@ -138,7 +138,8 @@ boolean minimapx=false,minimapy=false; /* Karte nicht vert./hor. scrollen */ /* top, left => ? */ /* hx, hy => ? */ -static newfaction * newfactions = NULL; +newfaction * newfactions = NULL; + static void runautoseed(void) { diff --git a/src/mapper/mapper.h b/src/mapper/mapper.h index 49b001848..a54865e6c 100644 --- a/src/mapper/mapper.h +++ b/src/mapper/mapper.h @@ -131,4 +131,6 @@ typedef struct dropout { } dropout; extern dropout * dropouts; +extern struct newfaction * newfactions; + #endif /* MAPPER_H */