From 37f90b7c10eabb35cec874e75b21800eac08b1ed Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 15 May 2008 11:35:54 +0000 Subject: [PATCH] Unconditionally include limits.h and values.h Fixes https://bugzilla.redhat.com/show_bug.cgi?id=357941 --- lib/common/arith.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/common/arith.h b/lib/common/arith.h index 2bf100e31..7af936b19 100644 --- a/lib/common/arith.h +++ b/lib/common/arith.h @@ -24,13 +24,9 @@ #ifndef _GNU_SOURCE #define _GNU_SOURCE 1 #endif -#ifdef HAVE_LIMITS_H + #include -#else -#ifdef HAVE_VALUES_H #include -#endif -#endif #include #ifdef __cplusplus -- 2.40.0