From 2a4c51da4739c6e2f24e1195f5de3f8d644b8a6b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 5 Mar 2011 13:11:09 +0100 Subject: src: use limits.h header values.h is not present on other systems, and the glibc copy reads right away: Old compatibility names for and constants. Signed-off-by: Jan Engelhardt --- src/attr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/attr.c b/src/attr.c index c0ba938..55a80d6 100644 --- a/src/attr.c +++ b/src/attr.c @@ -6,10 +6,9 @@ * by the Free Software Foundation; either version 2.1 of the License, or * (at your option) any later version. */ - +#include /* for INT_MAX */ #include #include -#include /* for INT_MAX */ #include #include "internal.h" -- cgit v1.2.3