]> granicus.if.org Git - libexpat/commitdiff
Sam TH:
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 1 Mar 2001 04:18:28 +0000 (04:18 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 1 Mar 2001 04:18:28 +0000 (04:18 +0000)
Use the current name for the Expat header file.

This is part of SF tracker patch #403582.

expat/sample/elements.c

index 42745c4c45afea8841b18f3a2337a88c1ae2428f..9386660e1fb93ea63a7ecb6d7f40d01c37f613b3 100755 (executable)
@@ -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)
 {