summaryrefslogtreecommitdiff
path: root/src/or/routerstatus_st.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 14:58:43 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 14:58:43 -0400
commitf85d731e3af16e72682f68be4f598f08ed227618 (patch)
tree727452686f998e183a88ce70254ddb97caaed44e /src/or/routerstatus_st.h
parent03fc83ab6da6b73b930e422c57089ad5a4907c83 (diff)
downloadtor-f85d731e3af16e72682f68be4f598f08ed227618.tar.gz
tor-f85d731e3af16e72682f68be4f598f08ed227618.zip
Extract download_status_t into its own header.
Diffstat (limited to 'src/or/routerstatus_st.h')
-rw-r--r--src/or/routerstatus_st.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/routerstatus_st.h b/src/or/routerstatus_st.h
index 9c25e88b69..f8a27ccac2 100644
--- a/src/or/routerstatus_st.h
+++ b/src/or/routerstatus_st.h
@@ -7,6 +7,8 @@
#ifndef ROUTERSTATUS_ST_H
#define ROUTERSTATUS_ST_H
+#include "download_status_st.h"
+
/** Contents of a single router entry in a network status object.
*/
struct routerstatus_t {