summaryrefslogtreecommitdiff
path: root/lib/strtoimax.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strtoimax.c')
-rw-r--r--lib/strtoimax.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/strtoimax.c b/lib/strtoimax.c
index a15b84af3..098cfa966 100644
--- a/lib/strtoimax.c
+++ b/lib/strtoimax.c
@@ -23,12 +23,8 @@
# include <config.h>
#endif
-#if HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
-#if HAVE_STDINT_H
-# include <stdint.h>
-#endif
+/* Verify interface. */
+#include <inttypes.h>
#include <stdlib.h>