From 4fd64574bcc98dd98909a09a94c588753be246e6 Mon Sep 17 00:00:00 2001 From: jb Date: Fri, 20 Feb 1998 19:50:10 +0000 Subject: Add #include to get prototypes. --- usr.bin/window/cmd7.c | 1 + usr.bin/window/wwalloc.c | 1 + usr.bin/window/wwsize.c | 1 + 3 files changed, 3 insertions(+) (limited to 'usr.bin/window') diff --git a/usr.bin/window/cmd7.c b/usr.bin/window/cmd7.c index 6bd4c4e..c6324ff 100644 --- a/usr.bin/window/cmd7.c +++ b/usr.bin/window/cmd7.c @@ -38,6 +38,7 @@ static char sccsid[] = "@(#)cmd7.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ +#include #include "defs.h" #include "string.h" diff --git a/usr.bin/window/wwalloc.c b/usr.bin/window/wwalloc.c index 009bf12..c083acf 100644 --- a/usr.bin/window/wwalloc.c +++ b/usr.bin/window/wwalloc.c @@ -38,6 +38,7 @@ static char sccsid[] = "@(#)wwalloc.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ +#include #include "ww.h" char ** diff --git a/usr.bin/window/wwsize.c b/usr.bin/window/wwsize.c index 7dee857..86e4698 100644 --- a/usr.bin/window/wwsize.c +++ b/usr.bin/window/wwsize.c @@ -38,6 +38,7 @@ static char sccsid[] = "@(#)wwsize.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ +#include #include "ww.h" /* -- cgit v1.1