summaryrefslogtreecommitdiffstats
path: root/contrib/unbound
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-09-15 11:58:07 +0000
committerdes <des@FreeBSD.org>2013-09-15 11:58:07 +0000
commit4e951b0b3e88551b8b903c6139369aaea66780ec (patch)
tree1897b6102e8a898fa407ee0cff87b8cd711a4572 /contrib/unbound
parenta58808dc6268cfb0d6cf50f49dbc0b8f4be0c6fb (diff)
downloadFreeBSD-src-4e951b0b3e88551b8b903c6139369aaea66780ec.zip
FreeBSD-src-4e951b0b3e88551b8b903c6139369aaea66780ec.tar.gz
Final #include tweak.
Approved by: re (blanket)
Diffstat (limited to 'contrib/unbound')
-rw-r--r--contrib/unbound/daemon/worker.h1
-rw-r--r--contrib/unbound/libunbound/worker.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/contrib/unbound/daemon/worker.h b/contrib/unbound/daemon/worker.h
index 7c76354..f0e8cf0 100644
--- a/contrib/unbound/daemon/worker.h
+++ b/contrib/unbound/daemon/worker.h
@@ -43,6 +43,7 @@
#ifndef DAEMON_WORKER_H
#define DAEMON_WORKER_H
+#include "libunbound/worker.h"
#include "util/netevent.h"
#include "util/locks.h"
#include "util/alloc.h"
diff --git a/contrib/unbound/libunbound/worker.h b/contrib/unbound/libunbound/worker.h
index 5478a87..bdcb033 100644
--- a/contrib/unbound/libunbound/worker.h
+++ b/contrib/unbound/libunbound/worker.h
@@ -42,6 +42,7 @@
#ifndef LIBUNBOUND_WORKER_H
#define LIBUNBOUND_WORKER_H
+#include "util/data/packed_rrset.h" /* for enum sec_status */
struct comm_reply;
struct comm_point;
struct module_qstate;
OpenPOWER on IntegriCloud