From 7f10b1cf33b224c541202815161d3194f63619e8 Mon Sep 17 00:00:00 2001 From: christos Date: Wed, 4 Nov 1998 18:50:22 +0000 Subject: [PATCH] include termios.h for struct winsize --- bin/ls/ls.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/ls/ls.c b/bin/ls/ls.c index b2262309d313..0d8b86b971e0 100644 --- a/bin/ls/ls.c +++ b/bin/ls/ls.c @@ -1,4 +1,4 @@ -/* $NetBSD: ls.c,v 1.32 1998/10/13 16:55:22 wsanchez Exp $ */ +/* $NetBSD: ls.c,v 1.33 1998/11/04 18:50:22 christos Exp $ */ /* * Copyright (c) 1989, 1993, 1994 @@ -46,7 +46,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993, 1994\n\ #if 0 static char sccsid[] = "@(#)ls.c 8.7 (Berkeley) 8/5/94"; #else -__RCSID("$NetBSD: ls.c,v 1.32 1998/10/13 16:55:22 wsanchez Exp $"); +__RCSID("$NetBSD: ls.c,v 1.33 1998/11/04 18:50:22 christos Exp $"); #endif #endif /* not lint */ @@ -62,6 +62,7 @@ __RCSID("$NetBSD: ls.c,v 1.32 1998/10/13 16:55:22 wsanchez Exp $"); #include #include #include +#include #include #include