]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix build error in fuzz tests
authorEvan Hunt <each@isc.org>
Mon, 31 Oct 2022 05:40:44 +0000 (22:40 -0700)
committerEvan Hunt <each@isc.org>
Mon, 31 Oct 2022 11:28:01 +0000 (04:28 -0700)
a missing include file caused dns_message_checksig.c to fail
to build on some platforms. this has been fixed.

fuzz/dns_message_checksig.c

index 5987284a97adc8280cffba3ca70cfcc7a7dcd95f..6480c7672750057b6c4737c85cb18c86ba3a8da2 100644 (file)
@@ -14,6 +14,7 @@
 #include <inttypes.h>
 #include <stdbool.h>
 #include <stdlib.h>
+#include <unistd.h>
 
 #include <isc/buffer.h>
 #include <isc/commandline.h>