diff options
Diffstat (limited to 'src/common/timers.h')
-rw-r--r-- | src/common/timers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/timers.h b/src/common/timers.h index c8abaae106..6b6179ca7c 100644 --- a/src/common/timers.h +++ b/src/common/timers.h @@ -5,7 +5,7 @@ #define TOR_TIMERS_H #include "orconfig.h" -#include "testsupport.h" +#include "common/testsupport.h" struct monotime_t; typedef struct timeout tor_timer_t; |