From: ellson Date: Thu, 15 May 2008 14:51:09 +0000 (+0000) Subject: apparently Mac-OS-X doesn't have values.h X-Git-Tag: LAST_LIBGRAPH~32^2~4067 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=908cc15be271de32ac3349a39afbe6ed9599c48f;p=graphviz apparently Mac-OS-X doesn't have values.h --- diff --git a/lib/common/arith.h b/lib/common/arith.h index 7af936b19..78b075d1e 100644 --- a/lib/common/arith.h +++ b/lib/common/arith.h @@ -26,7 +26,9 @@ #endif #include +#ifdef HAVE_VALUES_H #include +#endif #include #ifdef __cplusplus