diff options
Diffstat (limited to 'src/or/routerinfo_st.h')
-rw-r--r-- | src/or/routerinfo_st.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerinfo_st.h b/src/or/routerinfo_st.h index c9f9894390..feb3b41fc6 100644 --- a/src/or/routerinfo_st.h +++ b/src/or/routerinfo_st.h @@ -7,7 +7,7 @@ #ifndef ROUTERINFO_ST_H #define ROUTERINFO_ST_H -#include "signed_descriptor_st.h" +#include "or/signed_descriptor_st.h" /** Information about another onion router in the network. */ struct routerinfo_t { |