]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
#include <stdlib.h>
authorMark Andrews <marka@isc.org>
Thu, 13 Oct 2011 07:56:32 +0000 (07:56 +0000)
committerMark Andrews <marka@isc.org>
Thu, 13 Oct 2011 07:56:32 +0000 (07:56 +0000)
lib/dns/tests/dbversion_test.c

index 0210ff4ab4409d11406314933698eafc87b35c17..203fab4298d4f22b455a4bbadf858ca757db6124 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dbversion_test.c,v 1.2 2011/10/12 23:09:35 marka Exp $ */
+/* $Id: dbversion_test.c,v 1.3 2011/10/13 07:56:32 marka Exp $ */
 
 /*! \file */
 
@@ -22,8 +22,9 @@
 
 #include <atf-c.h>
 
-#include <unistd.h>
+#include <stdlib.h>
 #include <time.h>
+#include <unistd.h>
 
 #include <isc/file.h>
 #include <isc/result.h>