Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 056f76d + 06d49bb commit 11a693dCopy full SHA for 11a693d
2 files changed
Modules/expat/xmlrole.c
@@ -2,6 +2,8 @@
2
See the file COPYING for copying permission.
3
*/
4
5
+#include <stddef.h>
6
+
7
#ifdef COMPILED_FROM_DSP
8
#include "winconfig.h"
9
#elif defined(MACOS_CLASSIC)
@@ -16,8 +18,6 @@
16
18
#endif
17
19
#endif /* ndef COMPILED_FROM_DSP */
20
-#include <stddef.h>
-
21
#include "expat_external.h"
22
#include "internal.h"
23
#include "xmlrole.h"
Modules/expat/xmltok.c
#include "xmltok.h"
0 commit comments