diff options
Diffstat (limited to 'tests/libutil/threadpool.c')
-rw-r--r-- | tests/libutil/threadpool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libutil/threadpool.c b/tests/libutil/threadpool.c index cd52ad3..4b07935 100644 --- a/tests/libutil/threadpool.c +++ b/tests/libutil/threadpool.c @@ -6,7 +6,7 @@ */ #include "config.h" -#include "threadpool.h" +#include "util/threadpool.h" #include "../test.h" #if defined(_WIN32) || defined(__WINDOWS__) |