From 0ec63e60db1eca22773be2a7feeb47b290f083dd Mon Sep 17 00:00:00 2001 From: Mike Barcroft Date: Mon, 25 Mar 2002 05:23:45 +0000 Subject: [PATCH] Include for definition of intmax_t and/or uintmax_t. --- usr.bin/gprof/gprof.c | 1 + usr.bin/tcopy/tcopy.c | 1 + 2 files changed, 2 insertions(+) diff --git a/usr.bin/gprof/gprof.c b/usr.bin/gprof/gprof.c index 81e50d644f7..fae33612088 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 *); diff --git a/usr.bin/tcopy/tcopy.c b/usr.bin/tcopy/tcopy.c index b7c13f1f8f2..540ac06af73 100644 --- a/usr.bin/tcopy/tcopy.c +++ b/usr.bin/tcopy/tcopy.c @@ -55,6 +55,7 @@ static const char sccsid[] = "@(#)tcopy.c 8.2 (Berkeley) 4/17/94"; #include #include #include +#include #include #include #include