Use the current name for the Expat header file.

This is part of SF tracker patch #403582.
This commit is contained in:
Fred L. Drake, Jr. 2001-03-01 04:18:28 +00:00
parent 6c543e265d
commit 86474275a1

View File

@ -4,7 +4,7 @@ name of each element to standard output indenting child elements by
one tab stop more than their parent element. */
#include <stdio.h>
#include "xmlparse.h"
#include "expat.h"
void startElement(void *userData, const char *name, const char **atts)
{