From 86474275a1259856c231f7a096d747756eae8552 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Thu, 1 Mar 2001 04:18:28 +0000 Subject: [PATCH] Sam TH: Use the current name for the Expat header file. This is part of SF tracker patch #403582. --- expat/sample/elements.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/sample/elements.c b/expat/sample/elements.c index 42745c4c..9386660e 100755 --- a/expat/sample/elements.c +++ b/expat/sample/elements.c @@ -4,7 +4,7 @@ name of each element to standard output indenting child elements by one tab stop more than their parent element. */ #include -#include "xmlparse.h" +#include "expat.h" void startElement(void *userData, const char *name, const char **atts) { -- 2.40.0