* hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>.

From-SVN: r151739
This commit is contained in:
Rainer Orth 2009-09-16 08:38:46 +00:00 committed by Rainer Orth
parent 21d0569488
commit 50cb834f7b
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-09-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>.
2009-09-15 Tristan Gingold <gingold@adacore.com>
* config.h-vms (intptr_t): Define to compile hashtab.c

View File

@ -50,6 +50,9 @@ Boston, MA 02110-1301, USA. */
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif