summaryrefslogtreecommitdiff
path: root/usr.bin/window/wwend.c
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-07-10 00:06:53 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-07-10 00:06:53 +0000
commitff1eebe32bb029e20710e7ca1756911d42d46fbf (patch)
tree009ea3b0cb6633dd34add944159e34a4915266d3 /usr.bin/window/wwend.c
parent6c3b78320db59d66733755dd77e5d095dec46f61 (diff)
add missing includes
ok deraadt@ tedu@
Diffstat (limited to 'usr.bin/window/wwend.c')
-rw-r--r--usr.bin/window/wwend.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/window/wwend.c b/usr.bin/window/wwend.c
index 245ea6d23a9..491a5077a9a 100644
--- a/usr.bin/window/wwend.c
+++ b/usr.bin/window/wwend.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wwend.c,v 1.4 2003/06/03 02:56:23 millert Exp $ */
+/* $OpenBSD: wwend.c,v 1.5 2003/07/10 00:06:52 david Exp $ */
/* $NetBSD: wwend.c,v 1.3 1995/09/28 10:35:26 tls Exp $ */
/*
@@ -37,10 +37,12 @@
#if 0
static char sccsid[] = "@(#)wwend.c 8.1 (Berkeley) 6/6/93";
#else
-static char rcsid[] = "$OpenBSD: wwend.c,v 1.4 2003/06/03 02:56:23 millert Exp $";
+static char rcsid[] = "$OpenBSD: wwend.c,v 1.5 2003/07/10 00:06:52 david Exp $";
#endif
#endif /* not lint */
+#include <stdlib.h>
+
#include "ww.h"
#include "tt.h"