From df0c70091ba785f5b9ca992a612bde196989a052 Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 3 Feb 1995 22:21:09 +0000 Subject: Include to get the definition of INT_MAX - don't depend on namespace pollution in . --- bin/chmod/chmod.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c index 15c1c69..1e3dab0 100644 --- a/bin/chmod/chmod.c +++ b/bin/chmod/chmod.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: chmod.c,v 1.2 1994/09/24 02:53:37 davidg Exp $ */ #ifndef lint @@ -49,6 +49,7 @@ static char sccsid[] = "@(#)chmod.c 8.8 (Berkeley) 4/1/94"; #include #include #include +#include #include #include #include -- cgit v1.1