summaryrefslogtreecommitdiffstats
path: root/Include/pyport.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/pyport.h')
-rw-r--r--Include/pyport.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index 8f8e514..6fe3f0b 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -3,6 +3,10 @@
#include "pyconfig.h" /* include for defines */
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
+#endif
+
/**************************************************************************
Symbols and macros to supply platform-independent interfaces to basic
C language & library operations whose spellings vary across platforms.