summaryrefslogtreecommitdiffstats
path: root/usr.bin/window/lcmd1.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/window/lcmd1.c')
-rw-r--r--usr.bin/window/lcmd1.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/window/lcmd1.c b/usr.bin/window/lcmd1.c
index ff96cac..cafe72c 100644
--- a/usr.bin/window/lcmd1.c
+++ b/usr.bin/window/lcmd1.c
@@ -39,7 +39,8 @@ static char sccsid[] = "@(#)lcmd1.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */
#include "defs.h"
-#include "string.h"
+#include <string.h> /* System string definitions. */
+#include "string.h" /* Local string definitions. */
#include "value.h"
#include "lcmd.h"
#include "var.h"
OpenPOWER on IntegriCloud