Browse Source

* Add include file to fpmake.pp

git-svn-id: trunk@32139 -
joost 9 years ago
parent
commit
18f37f783d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/libxml/fpmake.pp

+ 1 - 0
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');