Date: Sun, 15 Sep 2013 11:58:07 +0000 (UTC) From: Dag-Erling Smørgrav <des@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r255588 - in head/contrib/unbound: daemon libunbound Message-ID: <201309151158.r8FBw7GJ059776@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: des Date: Sun Sep 15 11:58:07 2013 New Revision: 255588 URL: http://svnweb.freebsd.org/changeset/base/255588 Log: Final #include tweak. Approved by: re (blanket) Modified: head/contrib/unbound/daemon/worker.h head/contrib/unbound/libunbound/worker.h Modified: head/contrib/unbound/daemon/worker.h ============================================================================== --- head/contrib/unbound/daemon/worker.h Sun Sep 15 07:48:42 2013 (r255587) +++ head/contrib/unbound/daemon/worker.h Sun Sep 15 11:58:07 2013 (r255588) @@ -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" Modified: head/contrib/unbound/libunbound/worker.h ============================================================================== --- head/contrib/unbound/libunbound/worker.h Sun Sep 15 07:48:42 2013 (r255587) +++ head/contrib/unbound/libunbound/worker.h Sun Sep 15 11:58:07 2013 (r255588) @@ -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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309151158.r8FBw7GJ059776>