diff --git a/src/astrognome.c b/src/astrognome.c index 7f6472f..6370856 100644 --- a/src/astrognome.c +++ b/src/astrognome.c @@ -4,6 +4,7 @@ #include #include #include +#include #include #include @@ -92,6 +93,7 @@ main(int argc, char *argv[]) LIBXML_TEST_VERSION; xmlSubstituteEntitiesDefault(1); xmlLoadExtDtdDefaultValue = 1; + xsltInit(); exsltRegisterAll(); gswe_init();