diff options
Diffstat (limited to 'src/map/mapd.c')
-rw-r--r-- | src/map/mapd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mapd.c b/src/map/mapd.c index d47015c..7b72d6d 100644 --- a/src/map/mapd.c +++ b/src/map/mapd.c @@ -13,7 +13,7 @@ #include "../../../map/map.h" #include "map/mapd.h" -#include "map/mapdext.h" +#include "map/struct/mapdext.h" struct MapdExt *mapd_get(int m) { |