From: ellson Date: Thu, 15 May 2008 11:35:54 +0000 (+0000) Subject: Unconditionally include limits.h and values.h X-Git-Tag: LAST_LIBGRAPH~32^2~4068 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37f90b7c10eabb35cec874e75b21800eac08b1ed;p=graphviz Unconditionally include limits.h and values.h Fixes https://bugzilla.redhat.com/show_bug.cgi?id=357941 --- 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