summaryrefslogtreecommitdiff
path: root/printf/repl-vsnprintf.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-02-21 21:25:26 +0100
committerKevin Ryde <user42@zip.com.au>2002-02-21 21:25:26 +0100
commita82d52abf7cbe3f015384dc0e8631bb22a23878c (patch)
tree92e92274bb70d153ae94f0a187a98fc1c715f6e0 /printf/repl-vsnprintf.c
parent8a31ab408f50a0e665fdea5779159835e3ddd787 (diff)
downloadgmp-a82d52abf7cbe3f015384dc0e8631bb22a23878c.tar.gz
Restore a reminder why inttypes.h/stdint.h is wanted.
Diffstat (limited to 'printf/repl-vsnprintf.c')
-rw-r--r--printf/repl-vsnprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/printf/repl-vsnprintf.c b/printf/repl-vsnprintf.c
index ec35c79fe..5109b04b5 100644
--- a/printf/repl-vsnprintf.c
+++ b/printf/repl-vsnprintf.c
@@ -42,7 +42,7 @@ MA 02111-1307, USA. */
#include <stdlib.h>
#if HAVE_INTTYPES_H
-# include <inttypes.h>
+# include <inttypes.h> /* for intmax_t */
#else
# if HAVE_STDINT_H
# include <stdint.h>