diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-05 15:14:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-05 15:22:17 -0400 |
commit | 2d69c32bb6dfc9f336cb897ffc6ab06931d2840b (patch) | |
tree | 6c9a4e11a99e77cb304813e58f7769c5eac87db1 /src/test/test_oom.c | |
parent | 1e417b7275028a50227f57fb71d04c1837ec4b2c (diff) | |
download | tor-2d69c32bb6dfc9f336cb897ffc6ab06931d2840b.tar.gz tor-2d69c32bb6dfc9f336cb897ffc6ab06931d2840b.zip |
Clean up include paths for libtor-evloop (automated)
Diffstat (limited to 'src/test/test_oom.c')
-rw-r--r-- | src/test/test_oom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_oom.c b/src/test/test_oom.c index 2e5989c0d0..6c3ee1a27b 100644 --- a/src/test/test_oom.c +++ b/src/test/test_oom.c @@ -10,7 +10,7 @@ #include "or/or.h" #include "lib/container/buffers.h" #include "or/circuitlist.h" -#include "common/compat_libevent.h" +#include "lib/evloop/compat_libevent.h" #include "or/connection.h" #include "or/config.h" #include "lib/crypt_ops/crypto_rand.h" |