We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22b6ffd + bdac43e commit 3d29963Copy full SHA for 3d29963
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