Skip to content

Commit 38fadbc

Browse files
no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948)
(cherry picked from commit d413c50) Co-authored-by: Dong-hee Na <[email protected]>
1 parent fb72034 commit 38fadbc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Modules/expat/xmltok.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@
4242
USE OR OTHER DEALINGS IN THE SOFTWARE.
4343
*/
4444

45-
#include <stddef.h>
46-
#include <string.h> /* memcpy */
47-
#include <stdbool.h>
48-
4945
#ifdef _WIN32
5046
# include "winconfig.h"
5147
#endif
5248

5349
#include <expat_config.h>
5450

51+
#include <stddef.h>
52+
#include <string.h> /* memcpy */
53+
#include <stdbool.h>
54+
5555
#include "expat_external.h"
5656
#include "internal.h"
5757
#include "xmltok.h"

0 commit comments

Comments
 (0)