(readname, default_index, line_size, readname):
[gnulib.git] / lib / strtoimax.c
index 3e12cc6..555f2d5 100644 (file)
 
 #if HAVE_INTTYPES_H
 # include <inttypes.h>
-#else
-# if HAVE_STDINT_H
-#  include <stdint.h>
-# endif
+#elif HAVE_STDINT_H
+# include <stdint.h>
 #endif
 
 #if HAVE_STDLIB_H