diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-02-20 19:53:12 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-02-20 19:53:12 +0000 |
| commit | e4fcd28b7fd7ca3358535c970624f64c7c8cf0ea (patch) | |
| tree | b9d649e09ce1ca27bffab5e3713e157a01bd5f24 /usr.bin/window | |
| parent | 58a76373c2092b0a3431a09bffaa34ac6d9ce325 (diff) | |
Notes
Diffstat (limited to 'usr.bin/window')
| -rw-r--r-- | usr.bin/window/parser4.c | 1 | ||||
| -rw-r--r-- | usr.bin/window/wwdump.c | 1 |
2 files changed, 2 insertions, 0 deletions
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 <string.h> #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 <string.h> #include "ww.h" #include "tt.h" |
