From 7dcb5f906104c6b0ac4f7a4363a07af9f9dd9e34 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Tue, 17 Jun 2008 13:44:42 +0530 Subject: Include values.h to use LONG_MAX and LONG_MIN --- src/common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/common.h b/src/common.h index 78d964e..551d0f9 100644 --- a/src/common.h +++ b/src/common.h @@ -35,6 +35,9 @@ #ifdef HAVE_SYS_TYPES_H # include #endif +#ifdef HAVE_VALUES_H +# include +#endif #ifdef HAVE_INTTYPES_H # include #endif -- cgit v1.2.3