summaryrefslogtreecommitdiff
path: root/expat/lib/xmlrole.c
diff options
context:
space:
mode:
Diffstat (limited to 'expat/lib/xmlrole.c')
-rw-r--r--expat/lib/xmlrole.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/expat/lib/xmlrole.c b/expat/lib/xmlrole.c
index 08173b0f..77746ee4 100644
--- a/expat/lib/xmlrole.c
+++ b/expat/lib/xmlrole.c
@@ -15,6 +15,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
@@ -37,14 +38,14 @@
USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
+#include <expat_config.h>
+
#include <stddef.h>
#ifdef _WIN32
# include "winconfig.h"
#endif
-#include <expat_config.h>
-
#include "expat_external.h"
#include "internal.h"
#include "xmlrole.h"