summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2008-06-17 13:44:42 +0530
committerMukund Sivaraman <muks@banu.com>2008-06-17 13:44:42 +0530
commit7dcb5f906104c6b0ac4f7a4363a07af9f9dd9e34 (patch)
tree7e8b1c68dfea2280b1b39e5b37df11ee0c2b59d3 /src
parentc8cf89a954983b92fe4ea94706cccadfe6a148c0 (diff)
downloadtinyproxy-7dcb5f906104c6b0ac4f7a4363a07af9f9dd9e34.tar.gz
tinyproxy-7dcb5f906104c6b0ac4f7a4363a07af9f9dd9e34.zip
Include values.h to use LONG_MAX and LONG_MIN
Diffstat (limited to 'src')
-rw-r--r--src/common.h3
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