diff --git a/Include/pyport.h b/Include/pyport.h index 454938e31b33d5..a5bf7c5d0d2a9f 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -3,11 +3,12 @@ #include "pyconfig.h" /* include for defines */ +/* Always include inttypes.h now because of pytime.h */ /* Some versions of HP-UX & Solaris need inttypes.h for int32_t, INT32_MAX, etc. */ -#ifdef HAVE_INTTYPES_H +/* #ifdef HAVE_INTTYPES_H */ #include -#endif +/* #endif */ #ifdef HAVE_STDINT_H #include