summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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