diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-28 09:42:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-28 09:42:33 -0400 |
commit | ec4eee63561c3f6a8bb0c466f17b92e99f832c5d (patch) | |
tree | 5d6fe4ce0bb5ebc9b84d1565f87ee2afa04ec6e5 /src/or/conscache.c | |
parent | a1f3ece16d10649da2dfbbbf79a16d9c36e02563 (diff) | |
download | tor-ec4eee63561c3f6a8bb0c466f17b92e99f832c5d.tar.gz tor-ec4eee63561c3f6a8bb0c466f17b92e99f832c5d.zip |
Fix the include paths for storagedir,conffile (automated)
Diffstat (limited to 'src/or/conscache.c')
-rw-r--r-- | src/or/conscache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/conscache.c b/src/or/conscache.c index 63ff0db787..bc3a09509d 100644 --- a/src/or/conscache.c +++ b/src/or/conscache.c @@ -6,7 +6,7 @@ #include "or/config.h" #include "or/conscache.h" #include "lib/crypt_ops/crypto_util.h" -#include "common/storagedir.h" +#include "lib/fs/storagedir.h" #define CCE_MAGIC 0x17162253 |