Work done on the plane, ready to release libxml2-2.0.0, Daniel
diff --git a/SAX.h b/SAX.h
index bbd0f96..a3bd102 100644
--- a/SAX.h
+++ b/SAX.h
@@ -12,8 +12,8 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include "parser.h"
-#include "xlink.h"
+#include <libxml/parser.h>
+#include <libxml/xlink.h>
 
 #ifdef __cplusplus
 #define extern "C" {