Final #include tweak.

Approved by:	re (blanket)
This commit is contained in:
Dag-Erling Smørgrav 2013-09-15 11:58:07 +00:00
parent c8b8d6b96e
commit 8860c90c1c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255588
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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;