summaryrefslogtreecommitdiff
path: root/gmp-impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gmp-impl.h')
-rw-r--r--gmp-impl.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/gmp-impl.h b/gmp-impl.h
index ab12bc1ca..66ffbd6cb 100644
--- a/gmp-impl.h
+++ b/gmp-impl.h
@@ -154,10 +154,11 @@ see https://www.gnu.org/licenses/. */
#if HAVE_INTTYPES_H /* for uint_least32_t */
# include <inttypes.h>
-#else
-# if HAVE_STDINT_H
-# include <stdint.h>
-# endif
+#endif
+/* On some platforms inttypes.h exists but is incomplete
+ and we still need stdint.h. */
+#if HAVE_STDINT_H
+# include <stdint.h>
#endif
#ifdef __cplusplus