From 18f37f783d964df17cdca3bf02046c07f7e065ce Mon Sep 17 00:00:00 2001 From: joost Date: Fri, 23 Oct 2015 20:26:41 +0000 Subject: [PATCH] * Add include file to fpmake.pp git-svn-id: trunk@32139 - --- packages/libxml/fpmake.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/libxml/fpmake.pp b/packages/libxml/fpmake.pp index 6cacf6a78e..18f6f4fa09 100644 --- a/packages/libxml/fpmake.pp +++ b/packages/libxml/fpmake.pp @@ -25,6 +25,7 @@ begin T:=P.Targets.AddUnit('xml2.pas'); with T.Dependencies do begin + AddInclude('xml2.inc'); AddInclude('xinclude.inc'); AddInclude('xpointer.inc'); AddInclude('HTMLparser.inc');