TS-2333 Use the right SAX.h include

Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/ca12e94f
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/ca12e94f
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/ca12e94f

Branch: refs/heads/5.0.x
Commit: ca12e94f5deb160134a5e8254dd0ebaaf16f8079
Parents: 03cb415
Author: Leif Hedstrom <[email protected]>
Authored: Tue Nov 12 15:53:26 2013 -0700
Committer: Leif Hedstrom <[email protected]>
Committed: Tue Nov 12 15:53:26 2013 -0700

----------------------------------------------------------------------
 mgmt/stats/StatProcessor.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ca12e94f/mgmt/stats/StatProcessor.h
----------------------------------------------------------------------
diff --git a/mgmt/stats/StatProcessor.h b/mgmt/stats/StatProcessor.h
index dccd213..5a3f37d 100644
--- a/mgmt/stats/StatProcessor.h
+++ b/mgmt/stats/StatProcessor.h
@@ -52,7 +52,7 @@
 typedef XML_Char xmlchar;
 #elif HAVE_LIBXML2
 #include <libxml/parser.h>
-#include <libxml/SAX2.h>
+#include <libxml/SAX.h>
 typedef xmlChar xmlchar;
 #else
 # error "No XML parser - please configure expat or libxml2"

Reply via email to