]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fix compile with --enable-alloc-lite
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 4 Jul 2012 15:49:48 +0000 (15:49 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 4 Jul 2012 15:49:48 +0000 (15:49 +0000)
git-svn-id: file:///svn/unbound/trunk@2711 be551aaa-1e26-0410-a405-d3ace91eadb9

util/alloc.h

index cded1445b4f3ef1f7df21fa1263a4b2efa477d2e..cb8d6b1bceb7dde4e49650533f851c702e6752e3 100644 (file)
@@ -177,6 +177,7 @@ void alloc_set_id_cleanup(struct alloc_cache* alloc, void (*cleanup)(void*),
        void* arg);
 
 #ifdef UNBOUND_ALLOC_LITE
+#  include <ldns/ldns.h>
 #  include <ldns/packet.h>
 #  ifdef HAVE_OPENSSL_SSL_H
 #    include <openssl/ssl.h>