Bash-4.1 distribution source
[platform/upstream/bash.git] / lib / sh / strtoimax.c
index 373f66a..a4170f0 100644 (file)
@@ -1,6 +1,6 @@
 /* strtoimax - convert string representation of a number into an intmax_t value. */
 
-/* Copyright 1999-2005 Free Software Foundation, Inc.
+/* Copyright 1999-2009 Free Software Foundation, Inc.
 
    This file is part of GNU Bash, the Bourne Again SHell.
    
 #  include <inttypes.h>
 #endif
 
+#if HAVE_STDINT_H
+#  include <stdint.h>
+#endif
+
 #if HAVE_STDLIB_H
 #  include <stdlib.h>
 #endif