Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/window Add missing include
details: https://anonhg.NetBSD.org/src/rev/b6f15868a0db
branches: trunk
changeset: 543581:b6f15868a0db
user: matt <matt%NetBSD.org@localhost>
date: Fri Feb 28 05:48:25 2003 +0000
description:
Add missing include
diffstat:
usr.bin/window/ttgeneric.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 39aab94c8ee4 -r b6f15868a0db usr.bin/window/ttgeneric.c
--- a/usr.bin/window/ttgeneric.c Fri Feb 28 05:29:48 2003 +0000
+++ b/usr.bin/window/ttgeneric.c Fri Feb 28 05:48:25 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ttgeneric.c,v 1.7 2003/02/02 17:43:16 jdc Exp $ */
+/* $NetBSD: ttgeneric.c,v 1.8 2003/02/28 05:48:25 matt Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -41,11 +41,12 @@
#if 0
static char sccsid[] = "@(#)ttgeneric.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: ttgeneric.c,v 1.7 2003/02/02 17:43:16 jdc Exp $");
+__RCSID("$NetBSD: ttgeneric.c,v 1.8 2003/02/28 05:48:25 matt Exp $");
#endif
#endif /* not lint */
#include <stdlib.h>
+#include <string.h>
#include <termcap.h>
#include "ww.h"
#include "tt.h"
Home |
Main Index |
Thread Index |
Old Index