From e4fcd28b7fd7ca3358535c970624f64c7c8cf0ea Mon Sep 17 00:00:00 2001 From: John Birrell Date: Fri, 20 Feb 1998 19:53:12 +0000 Subject: Add #include to get prototypes. --- usr.bin/window/parser4.c | 1 + usr.bin/window/wwdump.c | 1 + 2 files changed, 2 insertions(+) diff --git a/usr.bin/window/parser4.c b/usr.bin/window/parser4.c index 16ffb0c7a883..1b1e7e948e0b 100644 --- a/usr.bin/window/parser4.c +++ b/usr.bin/window/parser4.c @@ -38,6 +38,7 @@ static char sccsid[] = "@(#)parser4.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ +#include #include "parser.h" /* diff --git a/usr.bin/window/wwdump.c b/usr.bin/window/wwdump.c index 8f60d4ef680b..4a8482bfbd3e 100644 --- a/usr.bin/window/wwdump.c +++ b/usr.bin/window/wwdump.c @@ -38,6 +38,7 @@ static char sccsid[] = "@(#)wwdump.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ +#include #include "ww.h" #include "tt.h" -- cgit v1.3