diff options
Diffstat (limited to 'usr.bin/window/cmd7.c')
-rw-r--r-- | usr.bin/window/cmd7.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/window/cmd7.c b/usr.bin/window/cmd7.c index c6324ff6dacb..25c3ff03b510 100644 --- a/usr.bin/window/cmd7.c +++ b/usr.bin/window/cmd7.c @@ -36,11 +36,12 @@ #ifndef lint static char sccsid[] = "@(#)cmd7.c 8.1 (Berkeley) 6/6/93"; +static char rcsid[] = "@(#)$FreeBSD$"; #endif /* not lint */ #include <stdlib.h> #include "defs.h" -#include "string.h" +#include "mystring.h" /* * Window size. |