BIND 10 master, updated. 8fa04182fc57c74999d148bc14e5b6a6b3929c4c Include forgotten header

BIND 10 source code commits bind10-changes at lists.isc.org
Fri May 17 10:29:57 UTC 2013


The branch, master has been updated
       via  8fa04182fc57c74999d148bc14e5b6a6b3929c4c (commit)
      from  9204d1f5951ea88ce351297885c83be3ceb33344 (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 8fa04182fc57c74999d148bc14e5b6a6b3929c4c
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Fri May 17 12:26:16 2013 +0200

    Include forgotten header
    
    Include the stdint.h for uint64_t. It compiled on most systems, but
    failed on some before.

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

Summary of changes:
 src/lib/datasrc/memory/segment_object_holder.cc |    1 +
 1 file changed, 1 insertion(+)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/segment_object_holder.cc b/src/lib/datasrc/memory/segment_object_holder.cc
index 40c5ef7..6d47b9d 100644
--- a/src/lib/datasrc/memory/segment_object_holder.cc
+++ b/src/lib/datasrc/memory/segment_object_holder.cc
@@ -17,6 +17,7 @@
 #include <boost/lexical_cast.hpp>
 
 #include <cassert>
+#include <stdint.h>
 
 namespace isc {
 namespace datasrc {



More information about the bind10-changes mailing list