diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-03-25 14:14:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-03-25 14:14:56 -0400 |
commit | 61cebb2035b8cfb2f84ab5e198742d0b29b41192 (patch) | |
tree | 209dd7c275e6005480be3833ea3d2302c794cd80 /src/test/test_hs_control.c | |
parent | 2917ecaa970c8fabcc0e9875b1e87c0d279ab1b3 (diff) | |
download | tor-61cebb2035b8cfb2f84ab5e198742d0b29b41192.tar.gz tor-61cebb2035b8cfb2f84ab5e198742d0b29b41192.zip |
Minimize the includes in control.c
Diffstat (limited to 'src/test/test_hs_control.c')
-rw-r--r-- | src/test/test_hs_control.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_hs_control.c b/src/test/test_hs_control.c index d23d31954b..481ef1eb39 100644 --- a/src/test/test_hs_control.c +++ b/src/test/test_hs_control.c @@ -12,6 +12,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/hs/hs_control.h" |