summaryrefslogtreecommitdiff
path: root/usr.bin/window/ttoutput.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/window/ttoutput.c')
-rw-r--r--usr.bin/window/ttoutput.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/window/ttoutput.c b/usr.bin/window/ttoutput.c
index 58db1f05ba3..9b6569e541a 100644
--- a/usr.bin/window/ttoutput.c
+++ b/usr.bin/window/ttoutput.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ttoutput.c,v 1.5 2003/06/03 02:56:23 millert Exp $ */
+/* $OpenBSD: ttoutput.c,v 1.6 2003/07/18 23:11:43 david Exp $ */
/* $NetBSD: ttoutput.c,v 1.3 1995/09/28 10:34:51 tls Exp $ */
/*
@@ -37,13 +37,16 @@
#if 0
static char sccsid[] = "@(#)ttoutput.c 8.1 (Berkeley) 6/6/93";
#else
-static char rcsid[] = "$OpenBSD: ttoutput.c,v 1.5 2003/06/03 02:56:23 millert Exp $";
+static char rcsid[] = "$OpenBSD: ttoutput.c,v 1.6 2003/07/18 23:11:43 david Exp $";
#endif
#endif /* not lint */
#include "ww.h"
#include "tt.h"
#include <sys/errno.h>
+#include <sys/types.h>
+#include <string.h>
+#include <unistd.h>
/*
* Buffered output package.