aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tcopy
diff options
context:
space:
mode:
authorMike Barcroft <mike@FreeBSD.org>2002-03-25 05:23:45 +0000
committerMike Barcroft <mike@FreeBSD.org>2002-03-25 05:23:45 +0000
commit0ec63e60db1eca22773be2a7feeb47b290f083dd (patch)
tree878156a2ca486e0660b50181abc4643aab400368 /usr.bin/tcopy
parentb43f32bc3a479f35ae638bac021c617956aaaabc (diff)
downloadsrc-0ec63e60db1eca22773be2a7feeb47b290f083dd.tar.gz
src-0ec63e60db1eca22773be2a7feeb47b290f083dd.zip
Notes
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 b7c13f1f8f29..540ac06af738 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>