BIND 10 trac2992, updated. c16bf9a2b17f26c73b5be8aa9a7b4f3570b8f3c1 [2992] Linux requires climits to use LONG_MAX and LONG_MIN

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jun 12 10:30:49 UTC 2013


The branch, trac2992 has been updated
       via  c16bf9a2b17f26c73b5be8aa9a7b4f3570b8f3c1 (commit)
      from  45baa7aba39e666d0eed45e140567ce3be62066e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c16bf9a2b17f26c73b5be8aa9a7b4f3570b8f3c1
Author: fujiwara <fujiwara at debian.private>
Date:   Wed Jun 12 19:22:00 2013 +0900

    [2992] Linux requires climits to use LONG_MAX and LONG_MIN

-----------------------------------------------------------------------

Summary of changes:
 src/lib/cc/data.cc                 |    1 +
 src/lib/cc/tests/data_unittests.cc |    1 +
 2 files changed, 2 insertions(+)

-----------------------------------------------------------------------
diff --git a/src/lib/cc/data.cc b/src/lib/cc/data.cc
index b23ae02..a9f7caa 100644
--- a/src/lib/cc/data.cc
+++ b/src/lib/cc/data.cc
@@ -25,6 +25,7 @@
 #include <string>
 #include <sstream>
 #include <cerrno>
+#include <climits>
 
 #include <boost/algorithm/string.hpp> // for iequals
 
diff --git a/src/lib/cc/tests/data_unittests.cc b/src/lib/cc/tests/data_unittests.cc
index 61ab8fc..409c951 100644
--- a/src/lib/cc/tests/data_unittests.cc
+++ b/src/lib/cc/tests/data_unittests.cc
@@ -15,6 +15,7 @@
 #include <gtest/gtest.h>
 #include <boost/foreach.hpp>
 #include <boost/assign/std/vector.hpp>
+#include <climits>
 
 #include <cc/data.h>
 



More information about the bind10-changes mailing list