[svn] commit: r540 - /branches/parkinglot/src/lib/dns/cpp/rrttl.h

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jan 26 23:45:29 UTC 2010


Author: jinmei
Date: Tue Jan 26 23:45:29 2010
New Revision: 540

Log:
missing header file

Modified:
    branches/parkinglot/src/lib/dns/cpp/rrttl.h

Modified: branches/parkinglot/src/lib/dns/cpp/rrttl.h
==============================================================================
--- branches/parkinglot/src/lib/dns/cpp/rrttl.h (original)
+++ branches/parkinglot/src/lib/dns/cpp/rrttl.h Tue Jan 26 23:45:29 2010
@@ -17,6 +17,8 @@
 #ifndef __RRTTL_H
 #define __RRTTL_H 1
 
+#include <stdint.h>
+
 #include "exceptions.h"
 
 namespace isc {




More information about the bind10-changes mailing list