Moved error.h to xml-error.h, associated fixed and updates, Daniel
diff --git a/SAX.c b/SAX.c
index b416556..b4a6cb1 100644
--- a/SAX.c
+++ b/SAX.c
@@ -11,7 +11,7 @@
 #include "tree.h"
 #include "parser.h"
 #include "entities.h"
-#include "error.h"
+#include "xml-error.h"
 
 /* #define DEBUG_SAX */