From 9cf335c9a5fe6767e90cc5cfdc1f5c95465edb10 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 28 Jun 2018 09:14:42 -0400 Subject: Extract threading code into a new library. Note that the workqueue code does *not* go here: it is logically at a higher level, since it needs to use libevent and the networking stack. --- src/test/test_threads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/test_threads.c') diff --git a/src/test/test_threads.c b/src/test/test_threads.c index 11f41a0444..e698e4f618 100644 --- a/src/test/test_threads.c +++ b/src/test/test_threads.c @@ -5,7 +5,7 @@ #include "orconfig.h" #include "or/or.h" -#include "common/compat_threads.h" +#include "lib/thread/threads.h" #include "test/test.h" /** mutex for thread test to stop the threads hitting data at the same time. */ -- cgit v1.2.3-54-g00ecf