diff --git a/sc2/src/uqm/planets/pstarmap.c b/sc2/src/uqm/planets/pstarmap.c index d333ee21a..4d5987a68 100644 --- a/sc2/src/uqm/planets/pstarmap.c +++ b/sc2/src/uqm/planets/pstarmap.c @@ -21,6 +21,7 @@ #include "../controls.h" // XXX: for stuff that does not belong there #include "../encount.h" +#include "../races.h" #include "../gameopt.h" #include "../gamestr.h" #include "../globdata.h" diff --git a/sc2/src/uqm/planets/solarsys.c b/sc2/src/uqm/planets/solarsys.c index 97ea3182b..bd45774a6 100644 --- a/sc2/src/uqm/planets/solarsys.c +++ b/sc2/src/uqm/planets/solarsys.c @@ -20,6 +20,7 @@ #include "../colors.h" #include "../controls.h" #include "../encount.h" +#include "../races.h" #include "../gamestr.h" #include "../globdata.h" #include "../init.h"