We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b6ffd commit bdac43eCopy full SHA for bdac43e
1 file changed
Include/pyport.h
@@ -3,11 +3,12 @@
3
4
#include "pyconfig.h" /* include for defines */
5
6
+/* Always include inttypes.h now because of pytime.h */
7
/* Some versions of HP-UX & Solaris need inttypes.h for int32_t,
8
INT32_MAX, etc. */
-#ifdef HAVE_INTTYPES_H
9
+/* #ifdef HAVE_INTTYPES_H */
10
#include <inttypes.h>
-#endif
11
+/* #endif */
12
13
#ifdef HAVE_STDINT_H
14
#include <stdint.h>
0 commit comments