diff options
Diffstat (limited to 'src/or/crypt_path_st.h')
-rw-r--r-- | src/or/crypt_path_st.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/crypt_path_st.h b/src/or/crypt_path_st.h index ebad872172..88b4085acb 100644 --- a/src/or/crypt_path_st.h +++ b/src/or/crypt_path_st.h @@ -7,7 +7,7 @@ #ifndef CRYPT_PATH_ST_H #define CRYPT_PATH_ST_H -#include "relay_crypto_st.h" +#include "or/relay_crypto_st.h" /** Holds accounting information for a single step in the layered encryption * performed by a circuit. Used only at the client edge of a circuit. */ |