From: Benjamin Peterson Date: Tue, 6 Sep 2016 19:41:06 +0000 (-0700) Subject: include (now) int standard headers X-Git-Tag: v3.6.0b1~416 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbeedc261f7ff6d9763c823f4d253ed27f77fc59;p=thirdparty%2FPython%2Fcpython.git include (now) int standard headers --- diff --git a/Modules/_decimal/libmpdec/mpdecimal.h b/Modules/_decimal/libmpdec/mpdecimal.h index 56e4887cc8f9..daf2b9da38b8 100644 --- a/Modules/_decimal/libmpdec/mpdecimal.h +++ b/Modules/_decimal/libmpdec/mpdecimal.h @@ -48,6 +48,8 @@ extern "C" { #include #include #include +#include +#include #ifdef _MSC_VER #include "vccompat.h" @@ -59,12 +61,6 @@ extern "C" { #define MPD_HIDE_SYMBOLS_END #define EXTINLINE extern inline #else - #ifdef HAVE_STDINT_H - #include - #endif - #ifdef HAVE_INTTYPES_H - #include - #endif #ifndef __GNUC_STDC_INLINE__ #define __GNUC_STDC_INLINE__ 1 #endif