diff options
author | David Krause <david@cvs.openbsd.org> | 2003-07-10 00:06:53 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-07-10 00:06:53 +0000 |
commit | ff1eebe32bb029e20710e7ca1756911d42d46fbf (patch) | |
tree | 009ea3b0cb6633dd34add944159e34a4915266d3 /usr.bin/window/wwend.c | |
parent | 6c3b78320db59d66733755dd77e5d095dec46f61 (diff) |
add missing includes
ok deraadt@ tedu@
Diffstat (limited to 'usr.bin/window/wwend.c')
-rw-r--r-- | usr.bin/window/wwend.c | 6 |
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" |