- 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/nanoftp.c b/nanoftp.c
index 769628c..b70dfeb 100644
--- a/nanoftp.c
+++ b/nanoftp.c
@@ -21,7 +21,7 @@
 #endif
 #endif /* STANDALONE */
 
-#include "xmlversion.h"
+#include <libxml/xmlversion.h>
 
 #ifdef LIBXML_FTP_ENABLED
 #include <stdio.h>