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;
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to