diff options
Diffstat (limited to 'usr.bin/window/main.c')
-rw-r--r-- | usr.bin/window/main.c | 3 |
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" |