summaryrefslogtreecommitdiff
path: root/expat/xmlwf/xmlfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'expat/xmlwf/xmlfile.c')
-rw-r--r--expat/xmlwf/xmlfile.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/expat/xmlwf/xmlfile.c b/expat/xmlwf/xmlfile.c
index 50d02f8f..e3d6259a 100644
--- a/expat/xmlwf/xmlfile.c
+++ b/expat/xmlwf/xmlfile.c
@@ -14,6 +14,7 @@
Copyright (c) 2016-2021 Sebastian Pipping <sebastian@pipping.org>
Copyright (c) 2017 Rhodri James <rhodri@wildebeest.org.uk>
Copyright (c) 2019 David Loffredo <loffredo@steptools.com>
+ Copyright (c) 2021 Dong-hee Na <donghee.na@python.org>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
@@ -36,6 +37,8 @@
USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
+#include <expat_config.h>
+
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
@@ -46,8 +49,6 @@
# include "winconfig.h"
#endif
-#include <expat_config.h>
-
#include "expat.h"
#include "internal.h" /* for UNUSED_P only */
#include "xmlfile.h"