svn commit: r255580 - head/contrib/unbound/util

Dag-Erling Smørgrav des at FreeBSD.org
Sun Sep 15 00:37:31 UTC 2013


Author: des
Date: Sun Sep 15 00:37:30 2013
New Revision: 255580
URL: http://svnweb.freebsd.org/changeset/base/255580

Log:
  Forgotten in r255579: #include fixes.
  
  Approved by:	re (blanket)

Modified:
  head/contrib/unbound/util/fptr_wlist.c

Modified: head/contrib/unbound/util/fptr_wlist.c
==============================================================================
--- head/contrib/unbound/util/fptr_wlist.c	Sun Sep 15 00:36:18 2013	(r255579)
+++ head/contrib/unbound/util/fptr_wlist.c	Sun Sep 15 00:37:30 2013	(r255580)
@@ -46,8 +46,6 @@
 #include "config.h"
 #include "util/fptr_wlist.h"
 #include "util/mini_event.h"
-#include "daemon/worker.h"
-#include "daemon/remote.h"
 #include "services/outside_network.h"
 #include "services/mesh.h"
 #include "services/localzone.h"
@@ -69,6 +67,7 @@
 #include "util/locks.h"
 #include "libunbound/libworker.h"
 #include "libunbound/context.h"
+#include "libunbound/worker.h"
 #include "util/tube.h"
 #include "util/config_file.h"
 #ifdef UB_ON_WINDOWS


More information about the svn-src-head mailing list