From 1126bbae2c51872d899040929ba738b51dde723c Mon Sep 17 00:00:00 2001 From: rmind Date: Thu, 8 Jul 2010 20:43:34 +0000 Subject: [PATCH] Add #include for howmany(). --- 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 776a25f8a8a2..2e8e9208486f 100644 --- a/bin/ls/ls.c +++ b/bin/ls/ls.c @@ -1,4 +1,4 @@ -/* $NetBSD: ls.c,v 1.66 2009/02/14 08:02:04 lukem Exp $ */ +/* $NetBSD: ls.c,v 1.67 2010/07/08 20:43:34 rmind Exp $ */ /* * Copyright (c) 1989, 1993, 1994 @@ -42,10 +42,11 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993, 1994\ #if 0 static char sccsid[] = "@(#)ls.c 8.7 (Berkeley) 8/5/94"; #else -__RCSID("$NetBSD: ls.c,v 1.66 2009/02/14 08:02:04 lukem Exp $"); +__RCSID("$NetBSD: ls.c,v 1.67 2010/07/08 20:43:34 rmind Exp $"); #endif #endif /* not lint */ +#include #include #include #include