From: Dong-hee Na Date: Thu, 14 Oct 2021 16:35:53 +0000 (+0900) Subject: [3.10] no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948... X-Git-Tag: v3.10.1~175 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70b150a366e4d8e426f45d24a421fd70f833a8c5;p=thirdparty%2FPython%2Fcpython.git [3.10] no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948) (GH-28951) --- diff --git a/Modules/expat/xmltok.c b/Modules/expat/xmltok.c index f2b6b406067e..5b935718743a 100644 --- a/Modules/expat/xmltok.c +++ b/Modules/expat/xmltok.c @@ -42,16 +42,16 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include -#include /* memcpy */ -#include - #ifdef _WIN32 # include "winconfig.h" #endif #include +#include +#include /* memcpy */ +#include + #include "expat_external.h" #include "internal.h" #include "xmltok.h"