summaryrefslogtreecommitdiff
path: root/usr.bin/window/wwflush.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/window/wwflush.c')
-rw-r--r--usr.bin/window/wwflush.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/window/wwflush.c b/usr.bin/window/wwflush.c
index cb09c6b88e0..db4a040ad6a 100644
--- a/usr.bin/window/wwflush.c
+++ b/usr.bin/window/wwflush.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wwflush.c,v 1.6 2003/06/03 02:56:23 millert Exp $ */
+/* $OpenBSD: wwflush.c,v 1.7 2003/07/10 00:06:52 david Exp $ */
/* $NetBSD: wwflush.c,v 1.5 1995/12/21 10:46:08 mycroft Exp $ */
/*
@@ -37,13 +37,15 @@
#if 0
static char sccsid[] = "@(#)wwflush.c 8.1 (Berkeley) 6/6/93";
#else
-static char rcsid[] = "$OpenBSD: wwflush.c,v 1.6 2003/06/03 02:56:23 millert Exp $";
+static char rcsid[] = "$OpenBSD: wwflush.c,v 1.7 2003/07/10 00:06:52 david Exp $";
#endif
#endif /* not lint */
#include "ww.h"
#include "tt.h"
#include <sys/signal.h>
+#include <string.h>
+#include <unistd.h>
wwflush()
{