diff options
Diffstat (limited to 'src/or/conscache.h')
-rw-r--r-- | src/or/conscache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/conscache.h b/src/or/conscache.h index 738516d1c9..20af6402c5 100644 --- a/src/or/conscache.h +++ b/src/or/conscache.h @@ -4,7 +4,7 @@ #ifndef TOR_CONSCACHE_H #define TOR_CONSCACHE_H -#include "handles.h" +#include "common/handles.h" typedef struct consensus_cache_entry_t consensus_cache_entry_t; typedef struct consensus_cache_t consensus_cache_t; |