From: Wouter Wijngaards Date: Wed, 4 Jul 2012 15:49:48 +0000 (+0000) Subject: fix compile with --enable-alloc-lite X-Git-Tag: release-1.4.18rc1~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6cab3a1ddac750e6a190187ab52508fc3401eb23;p=thirdparty%2Funbound.git fix compile with --enable-alloc-lite git-svn-id: file:///svn/unbound/trunk@2711 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/util/alloc.h b/util/alloc.h index cded1445b..cb8d6b1bc 100644 --- a/util/alloc.h +++ b/util/alloc.h @@ -177,6 +177,7 @@ void alloc_set_id_cleanup(struct alloc_cache* alloc, void (*cleanup)(void*), void* arg); #ifdef UNBOUND_ALLOC_LITE +# include # include # ifdef HAVE_OPENSSL_SSL_H # include