From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 14 Oct 2021 16:36:19 +0000 (-0700) Subject: no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948) X-Git-Tag: v3.9.8~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38fadbc5b9fce409af4f40a093575535709a9bb0;p=thirdparty%2FPython%2Fcpython.git no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948) (cherry picked from commit d413c503636cde2a6ab0ada25dccb0134633a8e6) Co-authored-by: Dong-hee Na --- 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"