diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <sys/types.h> #endif +#ifdef HAVE_VALUES_H +# include <values.h> +#endif #ifdef HAVE_INTTYPES_H # include <inttypes.h> #endif |