diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:58:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:58:43 -0400 |
commit | f85d731e3af16e72682f68be4f598f08ed227618 (patch) | |
tree | 727452686f998e183a88ce70254ddb97caaed44e /src/test/test_controller.c | |
parent | 03fc83ab6da6b73b930e422c57089ad5a4907c83 (diff) | |
download | tor-f85d731e3af16e72682f68be4f598f08ed227618.tar.gz tor-f85d731e3af16e72682f68be4f598f08ed227618.zip |
Extract download_status_t into its own header.
Diffstat (limited to 'src/test/test_controller.c')
-rw-r--r-- | src/test/test_controller.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_controller.c b/src/test/test_controller.c index 6b8edc57cd..958874fcbc 100644 --- a/src/test/test_controller.c +++ b/src/test/test_controller.c @@ -14,6 +14,7 @@ #include "test_helpers.h" #include "control_connection_st.h" +#include "download_status_st.h" static void test_add_onion_helper_keyarg_v3(void *arg) |