--- Geo-LatLon2Place/LatLon2Place.xs 2022/03/14 03:26:20 1.2 +++ Geo-LatLon2Place/LatLon2Place.xs 2022/03/14 22:48:05 1.3 @@ -2,10 +2,14 @@ #include "perl.h" #include "XSUB.h" -#include - #include "perlmulticore.h" +#if EMBED_CDB + #include "cdb-embedded.c" +#else + #include +#endif + static struct cdb_make make; MODULE = Geo::LatLon2Place PACKAGE = Geo::LatLon2Place