diff options
Diffstat (limited to 'src/or/channel.c')
-rw-r--r-- | src/or/channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/channel.c b/src/or/channel.c index 2dbacbde98..e6d717f111 100644 --- a/src/or/channel.c +++ b/src/or/channel.c @@ -79,7 +79,7 @@ #include "lib/time/compat_time.h" #include "or/networkstatus.h" #include "or/rendservice.h" -#include "common/timers.h" +#include "lib/evloop/timers.h" #include "or/cell_queue_st.h" |