From 77ce394b6a13feb0e9f30eef7ea83532704eaf60 Mon Sep 17 00:00:00 2001 From: joost Date: Sat, 8 Nov 2014 15:30:45 +0000 Subject: [PATCH] * Updated fpmake.pp, parser.inc was renamed to libxmlparser.inc in r20880 git-svn-id: trunk@29024 - --- packages/libxml/fpmake.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/libxml/fpmake.pp b/packages/libxml/fpmake.pp index 725ab5cde6..2a36f36816 100644 --- a/packages/libxml/fpmake.pp +++ b/packages/libxml/fpmake.pp @@ -62,7 +62,7 @@ begin AddInclude('xmlschemas.inc'); AddInclude('hash.inc'); AddInclude('nanohttp.inc'); - AddInclude('parser.inc'); + AddInclude('libxmlparser.inc'); AddInclude('tree.inc'); AddInclude('dict.inc'); AddInclude('xlink.inc');