summaryrefslogtreecommitdiffstats
path: root/usr.bin/window
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-02-20 19:53:12 +0000
committerjb <jb@FreeBSD.org>1998-02-20 19:53:12 +0000
commit039ef0e89d0b8876ab758a554c24fbbeae8904fa (patch)
treef996868b122298cecbfe3282116ea79097445568 /usr.bin/window
parent4fd64574bcc98dd98909a09a94c588753be246e6 (diff)
downloadFreeBSD-src-039ef0e89d0b8876ab758a554c24fbbeae8904fa.zip
FreeBSD-src-039ef0e89d0b8876ab758a554c24fbbeae8904fa.tar.gz
Add #include <string.h> to get prototypes.
Diffstat (limited to 'usr.bin/window')
-rw-r--r--usr.bin/window/parser4.c1
-rw-r--r--usr.bin/window/wwdump.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/window/parser4.c b/usr.bin/window/parser4.c
index 16ffb0c..1b1e7e9 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 8f60d4e..4a8482b 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"
OpenPOWER on IntegriCloud