]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix to remove unused include from the readzone test program.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 2 Jul 2024 07:31:34 +0000 (09:31 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 2 Jul 2024 07:31:34 +0000 (09:31 +0200)
doc/Changelog
testcode/readzone.c

index a764646e7ba8f899f71c3c9eb77d9bcc31afc3b8..b27cc34e0fcba80ae41793619128c86781f02c2e 100644 (file)
@@ -1,3 +1,6 @@
+2 July 2024: Wouter
+       - Fix to remove unused include from the readzone test program.
+
 17 June 2024: Wouter
        - Fix ip-ratelimit-cookie setting, it was not applied.
 
index 94511e5771f4c7eed65a434637cc360ffe9390d8..f50eea31f2e8b62e0a5a177c8be475743c8c9787 100644 (file)
@@ -45,7 +45,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include <stdint.h>
 #include "sldns/str2wire.h"
 #include "sldns/wire2str.h"