From 8860c90c1c3a76ec372424e6764638d5d660143e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sun, 15 Sep 2013 11:58:07 +0000 Subject: [PATCH] Final #include tweak. Approved by: re (blanket) --- contrib/unbound/daemon/worker.h | 1 + contrib/unbound/libunbound/worker.h | 1 + 2 files changed, 2 insertions(+) diff --git a/contrib/unbound/daemon/worker.h b/contrib/unbound/daemon/worker.h index 7c763546e9d2..f0e8cf0d8f0e 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 5478a8763532..bdcb0338cab8 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;