svn commit: r255588 - in head/contrib/unbound: daemon libunbound

Dag-Erling Smørgrav des at FreeBSD.org
Sun Sep 15 11:58:08 UTC 2013


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;


More information about the svn-src-head mailing list