Browse Source

* fixed libxml2 for linux

git-svn-id: trunk@11760 -
ivost 17 years ago
parent
commit
b4be847639
1 changed files with 3 additions and 0 deletions
  1. 3 0
      packages/libxml/src/libxml2.pas

+ 3 - 0
packages/libxml/src/libxml2.pas

@@ -12,6 +12,9 @@ interface
 uses
 {$IFDEF WINDOWS}
   windows,
+{$ENDIF}
+{$IFDEF UNIX}
+  baseunix,
 {$ENDIF}
   ctypes;