summaryrefslogtreecommitdiffstats
path: root/usr.bin/window/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/window/main.c')
-rw-r--r--usr.bin/window/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/window/main.c b/usr.bin/window/main.c
index fb80ba3..6d8a2d5 100644
--- a/usr.bin/window/main.c
+++ b/usr.bin/window/main.c
@@ -42,6 +42,7 @@ char copyright[] =
#ifndef lint
static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/2/94";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "defs.h"
@@ -49,7 +50,7 @@ static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/2/94";
#include <locale.h>
#include <stdio.h>
#include <string.h> /* System string definitions. */
-#include "string.h" /* Local string definitions. */
+#include "mystring.h" /* Local string definitions. */
#include "char.h"
#include "local.h"
OpenPOWER on IntegriCloud