aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_hs.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-03-25 14:14:56 -0400
committerNick Mathewson <nickm@torproject.org>2019-03-25 14:14:56 -0400
commit61cebb2035b8cfb2f84ab5e198742d0b29b41192 (patch)
tree209dd7c275e6005480be3833ea3d2302c794cd80 /src/test/test_hs.c
parent2917ecaa970c8fabcc0e9875b1e87c0d279ab1b3 (diff)
downloadtor-61cebb2035b8cfb2f84ab5e198742d0b29b41192.tar.gz
tor-61cebb2035b8cfb2f84ab5e198742d0b29b41192.zip
Minimize the includes in control.c
Diffstat (limited to 'src/test/test_hs.c')
-rw-r--r--src/test/test_hs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_hs.c b/src/test/test_hs.c
index de10a10d81..aeb3387471 100644
--- a/src/test/test_hs.c
+++ b/src/test/test_hs.c
@@ -16,6 +16,7 @@
#include "test/test.h"
#include "feature/control/control.h"
#include "feature/control/control_events.h"
+#include "feature/control/control_fmt.h"
#include "app/config/config.h"
#include "feature/hs/hs_common.h"
#include "feature/rend/rendcommon.h"