[svn] commit: r2366 - /trunk/src/lib/cc/data.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jun 30 19:31:24 UTC 2010
Author: jreed
Date: Wed Jun 30 19:31:23 2010
New Revision: 2366
Log:
#include <climits>
as Debian builder had LONG_MAX/LONG_MIN undefined.
Problem not noticed on other systems, but this new change was tested
on NetBSD and Debian.
Modified:
trunk/src/lib/cc/data.cc
Modified: trunk/src/lib/cc/data.cc
==============================================================================
--- trunk/src/lib/cc/data.cc (original)
+++ trunk/src/lib/cc/data.cc Wed Jun 30 19:31:23 2010
@@ -19,6 +19,7 @@
#include "data.h"
#include <cassert>
+#include <climits>
#include <cstdio>
#include <iostream>
#include <string>
More information about the bind10-changes
mailing list