- moved xml-error.h to xmlerror.h: seems this allowed to bypass
  the automake bug where wrong dependancies were generated.
- xpath.[ch]: worked on XPointer
Daniel
diff --git a/HTMLtree.c b/HTMLtree.c
index d09b67d..9ce6897 100644
--- a/HTMLtree.c
+++ b/HTMLtree.c
@@ -13,7 +13,7 @@
 #include "config.h"
 #endif
 
-#include "xmlversion.h"
+#include <libxml/xmlversion.h>
 #ifdef LIBXML_HTML_ENABLED
 
 #include <stdio.h>