]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
#include <stdlib.h>
authorMark Andrews <marka@isc.org>
Tue, 23 Aug 2011 03:43:03 +0000 (03:43 +0000)
committerMark Andrews <marka@isc.org>
Tue, 23 Aug 2011 03:43:03 +0000 (03:43 +0000)
lib/dns/tests/dbiterator_test.c

index fc85120a6e5ba6e5effda23d4d30f2ea20e44d3d..c726be8cdb6bd6e8c6221469efd90f00431a857f 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dbiterator_test.c,v 1.2 2011/08/23 00:59:23 each Exp $ */
+/* $Id: dbiterator_test.c,v 1.3 2011/08/23 03:43:03 marka Exp $ */
 
 /*! \file */
 
@@ -23,6 +23,7 @@
 #include <atf-c.h>
 
 #include <unistd.h>
+#include <stdlib.h>
 
 #include <dns/db.h>
 #include <dns/dbiterator.h>