]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add <stdlib.h> for exit(3)
authorMark Andrews <marka@isc.org>
Tue, 6 Oct 2015 03:10:49 +0000 (14:10 +1100)
committerMark Andrews <marka@isc.org>
Tue, 6 Oct 2015 03:10:49 +0000 (14:10 +1100)
lib/dns/tests/dnstest.c

index 0b1d9e7bf96b8938f1686cd1776aa44d7d9efd80..370a60f7a3651809c457693dffc5db5f87a5f464 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <config.h>
 
+#include <stdlib.h>
 #include <time.h>
 #include <unistd.h>