| commit | 7117c2d221b2aed4ede8600f6a36b7c1454b4f55 | [log] [tgz] |
|---|---|---|
| author | Jari Aalto <jari.aalto@cante.net> | Wed Jul 17 14:10:11 2002 +0000 |
| committer | Jari Aalto <jari.aalto@cante.net> | Sat Sep 12 16:46:55 2009 +0000 |
| tree | b792f26ecca68813c51ed5ba2e381790758ef31b | |
| parent | f73dda092b33638d2d5e9c35375f687a607b5403 [diff] [blame] |
Imported from ../bash-2.05b.tar.gz.
diff --git a/bashtypes.h b/bashtypes.h index c373948..7409247 100644 --- a/bashtypes.h +++ b/bashtypes.h
@@ -1,4 +1,4 @@ -/* bashtypes.h -- <sys/types.h> with special handling for crays. */ +/* bashtypes.h -- Bash system types. */ /* Copyright (C) 1993 Free Software Foundation, Inc. @@ -31,4 +31,8 @@ # undef word #endif +#if defined (HAVE_INTTYPES_H) +# include <inttypes.h> +#endif + #endif /* _BASHTYPES_H_ */