summaryrefslogtreecommitdiff
path: root/expat/lib/xmltok.c
diff options
context:
space:
mode:
Diffstat (limited to 'expat/lib/xmltok.c')
-rw-r--r--expat/lib/xmltok.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/expat/lib/xmltok.c b/expat/lib/xmltok.c
index f2b6b406..502ca1ad 100644
--- a/expat/lib/xmltok.c
+++ b/expat/lib/xmltok.c
@@ -20,6 +20,7 @@
Copyright (c) 2017 Benbuck Nason <bnason@netflix.com>
Copyright (c) 2017 José Gutiérrez de la Concha <jose@zeroc.com>
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
@@ -42,6 +43,8 @@
USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
+#include <expat_config.h>
+
#include <stddef.h>
#include <string.h> /* memcpy */
#include <stdbool.h>
@@ -50,8 +53,6 @@
# include "winconfig.h"
#endif
-#include <expat_config.h>
-
#include "expat_external.h"
#include "internal.h"
#include "xmltok.h"