Commit 88bd3edb authored by Benjamin Peterson's avatar Benjamin Peterson

only include inttypes.h (#17884)

parent 121b9487
......@@ -3,10 +3,7 @@
#include "pyconfig.h" /* include for defines */
/* Some versions of HP-UX & Solaris need inttypes.h for int32_t,
INT32_MAX, etc. */
#include <inttypes.h>
#include <stdint.h>
/**************************************************************************
Symbols and macros to supply platform-independent interfaces to basic
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment