]> granicus.if.org Git - graphviz/commitdiff
apparently Mac-OS-X doesn't have values.h
authorellson <devnull@localhost>
Thu, 15 May 2008 14:51:09 +0000 (14:51 +0000)
committerellson <devnull@localhost>
Thu, 15 May 2008 14:51:09 +0000 (14:51 +0000)
lib/common/arith.h

index 7af936b19031aef036b04f61b17d4e19e9bf1e30..78b075d1e19b8bab1eab68a2073f6afc332c607b 100644 (file)
@@ -26,7 +26,9 @@
 #endif
 
 #include <limits.h>
+#ifdef HAVE_VALUES_H
 #include <values.h>
+#endif
 #include <math.h>
 
 #ifdef __cplusplus