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/0212e7b5 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/0212e7b5 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/0212e7b5 Branch: refs/heads/4.1.x Commit: 0212e7b5256aede4293529bf689f33df573026fb Parents: c0e2ec3 Author: Leif Hedstrom <[email protected]> Authored: Tue Nov 12 15:53:26 2013 -0700 Committer: Igor GaliÄ <[email protected]> Committed: Wed Nov 13 00:00:45 2013 +0100 ---------------------------------------------------------------------- mgmt/stats/StatProcessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/0212e7b5/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"
