From 3c3a09143bf1ed3e6068102ccf15d40d81d3b199 Mon Sep 17 00:00:00 2001 From: "Gergely POLONKAI (W00d5t0ck)" Date: Thu, 19 Sep 2013 23:10:36 +0200 Subject: [PATCH] Added libxslt initialization to main() It worked without this. Just to be on the safe side... --- src/astrognome.c | 2 ++ 1 file changed, 2 insertions(+) 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();