examples: Unify expat.h include

This commit is contained in:
Sebastian Pipping 2017-06-07 20:27:02 +02:00
parent 4f862dddf9
commit 8706f69ca7

View File

@ -6,7 +6,7 @@
*/
#include <stdio.h>
#include "expat.h"
#include <expat.h>
#ifdef XML_LARGE_SIZE
#if defined(XML_USE_MSC_EXTENSIONS) && _MSC_VER < 1400