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) {