From f856eef411f5456fda634b6218b20af19ed98bf3 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Fri, 5 Oct 2007 13:13:48 +0000 Subject: [PATCH] fix warning on solaris. git-svn-id: file:///svn/unbound/trunk@664 be551aaa-1e26-0410-a405-d3ace91eadb9 --- daemon/worker.c | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/worker.c b/daemon/worker.c index b1648c789..4ce2624bb 100644 --- a/daemon/worker.c +++ b/daemon/worker.c @@ -60,6 +60,7 @@ #include "util/data/msgparse.h" #include "util/data/msgencode.h" #include "util/data/dname.h" +#include "util/fptr_wlist.h" #ifdef HAVE_SYS_TYPES_H # include -- 2.47.2