diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-28 09:25:58 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-28 09:25:58 -0400 |
commit | 38fd3e0df06f72b3b67dfeb1d2a2c1c90761e05e (patch) | |
tree | e7dd8797aea3d4483207a0fa73c4bde5ea2780e7 /src/common | |
parent | eee86e627b670b153bb5a0f41f9f8dfa4c378884 (diff) | |
download | tor-38fd3e0df06f72b3b67dfeb1d2a2c1c90761e05e.tar.gz tor-38fd3e0df06f72b3b67dfeb1d2a2c1c90761e05e.zip |
Fix up the modules that include memarea.h (automated)
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/storagedir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/storagedir.c b/src/common/storagedir.c index 53b785bcf1..7642fbbb8e 100644 --- a/src/common/storagedir.c +++ b/src/common/storagedir.c @@ -4,7 +4,7 @@ #include "lib/container/smartlist.h" #include "common/compat.h" #include "lib/encoding/confline.h" -#include "common/memarea.h" +#include "lib/memarea/memarea.h" #include "lib/sandbox/sandbox.h" #include "common/storagedir.h" #include "lib/log/torlog.h" |