summaryrefslogtreecommitdiffstats
path: root/contrib/unbound
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-09-15 00:37:30 +0000
committerdes <des@FreeBSD.org>2013-09-15 00:37:30 +0000
commitf5152501e6ad1b2e5058b824ff452dcb2a2ddbcc (patch)
tree63f8ca6aa521bd90a2917d9e1c966beaa810b80d /contrib/unbound
parenta4b7c5a2b891b1626cbc7f0dd45a198e1f5f037f (diff)
downloadFreeBSD-src-f5152501e6ad1b2e5058b824ff452dcb2a2ddbcc.zip
FreeBSD-src-f5152501e6ad1b2e5058b824ff452dcb2a2ddbcc.tar.gz
Forgotten in r255579: #include fixes.
Approved by: re (blanket)
Diffstat (limited to 'contrib/unbound')
-rw-r--r--contrib/unbound/util/fptr_wlist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/unbound/util/fptr_wlist.c b/contrib/unbound/util/fptr_wlist.c
index 6bb95a5..2d5ba5c 100644
--- a/contrib/unbound/util/fptr_wlist.c
+++ b/contrib/unbound/util/fptr_wlist.c
@@ -46,8 +46,6 @@
#include "config.h"
#include "util/fptr_wlist.h"
#include "util/mini_event.h"
-#include "daemon/worker.h"
-#include "daemon/remote.h"
#include "services/outside_network.h"
#include "services/mesh.h"
#include "services/localzone.h"
@@ -69,6 +67,7 @@
#include "util/locks.h"
#include "libunbound/libworker.h"
#include "libunbound/context.h"
+#include "libunbound/worker.h"
#include "util/tube.h"
#include "util/config_file.h"
#ifdef UB_ON_WINDOWS
OpenPOWER on IntegriCloud