]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948)
authorDong-hee Na <donghee.na@python.org>
Thu, 14 Oct 2021 15:59:56 +0000 (00:59 +0900)
committerGitHub <noreply@github.com>
Thu, 14 Oct 2021 15:59:56 +0000 (00:59 +0900)
Modules/expat/xmltok.c

index f2b6b406067ea9adda60e1f03e1a8ed592dfe370..5b935718743add6fd4078d3d90a8ae8d68095e9d 100644 (file)
    USE OR OTHER DEALINGS IN THE SOFTWARE.
 */
 
-#include <stddef.h>
-#include <string.h> /* memcpy */
-#include <stdbool.h>
-
 #ifdef _WIN32
 #  include "winconfig.h"
 #endif
 
 #include <expat_config.h>
 
+#include <stddef.h>
+#include <string.h> /* memcpy */
+#include <stdbool.h>
+
 #include "expat_external.h"
 #include "internal.h"
 #include "xmltok.h"