Bash-4.3 patch 3
[platform/upstream/bash.git] / bashtypes.h
index f773652..01afef4 100644 (file)
@@ -35,4 +35,8 @@
 #  include <inttypes.h>
 #endif
 
+#if HAVE_STDINT_H
+#  include <stdint.h>
+#endif
+
 #endif /* _BASHTYPES_H_ */