summaryrefslogtreecommitdiffstats
path: root/usr.bin/window/main.c
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-02-20 19:56:01 +0000
committerjb <jb@FreeBSD.org>1998-02-20 19:56:01 +0000
commit10057ded6eae89d55ee6cbc3617e3560d8ce79a4 (patch)
treeaf29aac392180e4f0b2c5da88e8825d9f1f9aecc /usr.bin/window/main.c
parent039ef0e89d0b8876ab758a554c24fbbeae8904fa (diff)
downloadFreeBSD-src-10057ded6eae89d55ee6cbc3617e3560d8ce79a4.zip
FreeBSD-src-10057ded6eae89d55ee6cbc3617e3560d8ce79a4.tar.gz
Add #include <string.h> to get prototypes. Note that this program
also has a local "string.h" which is included too.
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 3613ca1..fb80ba3 100644
--- a/usr.bin/window/main.c
+++ b/usr.bin/window/main.c
@@ -48,7 +48,8 @@ static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/2/94";
#include <paths.h>
#include <locale.h>
#include <stdio.h>
-#include "string.h"
+#include <string.h> /* System string definitions. */
+#include "string.h" /* Local string definitions. */
#include "char.h"
#include "local.h"
OpenPOWER on IntegriCloud