From b1d120cfbf13ed91c700f1deb2d2510a93e9598c Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 25 Mar 2002 05:23:45 +0000 Subject: Include for definition of intmax_t and/or uintmax_t. --- usr.bin/gprof/gprof.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/gprof/gprof.c') diff --git a/usr.bin/gprof/gprof.c b/usr.bin/gprof/gprof.c index 81e50d6..fae3361 100644 --- a/usr.bin/gprof/gprof.c +++ b/usr.bin/gprof/gprof.c @@ -47,6 +47,7 @@ static const char rcsid[] = #include #include +#include #include "gprof.h" static int valcmp(const void *, const void *); -- cgit v1.1