summaryrefslogtreecommitdiffstats
path: root/usr.bin/tcopy
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-03-25 05:23:45 +0000
committermike <mike@FreeBSD.org>2002-03-25 05:23:45 +0000
commitb1d120cfbf13ed91c700f1deb2d2510a93e9598c (patch)
tree878156a2ca486e0660b50181abc4643aab400368 /usr.bin/tcopy
parentbd8de5c3a5c01db8eda62c71b2dfeab5137e624b (diff)
downloadFreeBSD-src-b1d120cfbf13ed91c700f1deb2d2510a93e9598c.zip
FreeBSD-src-b1d120cfbf13ed91c700f1deb2d2510a93e9598c.tar.gz
Include <stdint.h> for definition of intmax_t and/or uintmax_t.
Diffstat (limited to 'usr.bin/tcopy')
-rw-r--r--usr.bin/tcopy/tcopy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/tcopy/tcopy.c b/usr.bin/tcopy/tcopy.c
index b7c13f1..540ac06 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 <fcntl.h>
#include <paths.h>
#include <signal.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
OpenPOWER on IntegriCloud