diff options
Diffstat (limited to 'src/or/shared_random_client.h')
-rw-r--r-- | src/or/shared_random_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/shared_random_client.h b/src/or/shared_random_client.h index aa71eb0d97..079829496c 100644 --- a/src/or/shared_random_client.h +++ b/src/or/shared_random_client.h @@ -10,7 +10,7 @@ #define TOR_SHARED_RANDOM_CLIENT_H /* Dirauth module. */ -#include "dirauth/shared_random.h" +#include "or/dirauth/shared_random.h" /* Helper functions. */ void sr_srv_encode(char *dst, size_t dst_len, const sr_srv_t *srv); |