diff options
Diffstat (limited to 'src/common/compat_threads.h')
-rw-r--r-- | src/common/compat_threads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat_threads.h b/src/common/compat_threads.h index ed0ece5ab9..19e0a4f119 100644 --- a/src/common/compat_threads.h +++ b/src/common/compat_threads.h @@ -8,7 +8,7 @@ #include "orconfig.h" #include "lib/cc/torint.h" -#include "common/testsupport.h" +#include "lib/testsupport/testsupport.h" #if defined(HAVE_PTHREAD_H) && !defined(_WIN32) #include <pthread.h> |