More consistent inttypes.h / stdint.h handling.
[pspp] / lib / human.h
index 4ec9f0da8602f1620291b58828ca712f2527aec0..84d745e3d305761b329c163a34e3e6b8e68f950f 100644 (file)
@@ -7,6 +7,10 @@
 
 # if HAVE_INTTYPES_H
 #  include <inttypes.h>
+# else
+#  if HAVE_STDINT_H
+#   include <stdint.h>
+#  endif
 # endif
 
 /* A conservative bound on the maximum length of a human-readable string.