From: Fred L. Drake, Jr. Date: Thu, 1 Mar 2001 04:18:28 +0000 (+0000) Subject: Sam TH: X-Git-Tag: R_1_95_2~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86474275a1259856c231f7a096d747756eae8552;p=libexpat Sam TH: Use the current name for the Expat header file. This is part of SF tracker patch #403582. --- 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) {