From e69dc22f4ed323ed4e4c1537c48b70ca0007773a Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Wed, 21 Jul 2010 12:26:18 +0200 Subject: Split headers for dnsserv.c functions out of or.h The next series of commits begins addressing the issue that we're currently including the complete or.h file in all of our source files. To change that, we're splitting function definitions into new header files (one header file per source file). --- src/or/control.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or/control.c') diff --git a/src/or/control.c b/src/or/control.c index ab17bec8a..68921663e 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -11,6 +11,7 @@ #define CONTROL_PRIVATE #include "or.h" +#include "dnsserv.h" /** Yield true iff s is the state of a control_connection_t that has * finished authentication and is accepting commands. */ -- cgit v1.2.3