aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/comm
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-03-11 13:08:12 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-03-11 13:08:12 +0000
commit18dac96b7bf3831c3d8393ab93b391c2ca65e6a1 (patch)
treec95f13342f38f5c4099d32aabcd3a5be3c513907 /usr.bin/comm
parent464701bbdcf4853a08bcb83e40c919444e49c2a5 (diff)
parent0da30e9aa76c5df66cd092f30b904824b0594ccc (diff)
Notes
Diffstat (limited to 'usr.bin/comm')
-rw-r--r--usr.bin/comm/comm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c
index 8ffbbb5dafa6..82f995fc76e2 100644
--- a/usr.bin/comm/comm.c
+++ b/usr.bin/comm/comm.c
@@ -41,7 +41,7 @@ static char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)comm.c 8.3 (Berkeley) 4/2/94";
+static char sccsid[] = "@(#)comm.c 8.4 (Berkeley) 5/4/95";
#endif /* not lint */
#include <fcntl.h>
@@ -50,6 +50,7 @@ static char sccsid[] = "@(#)comm.c 8.3 (Berkeley) 4/2/94";
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
#define MAXLINELEN (LINE_MAX + 1)