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 4b07935..8d1bda5 100644 --- a/tests/libutil/threadpool.c +++ b/tests/libutil/threadpool.c @@ -7,7 +7,7 @@ #include "config.h" #include "util/threadpool.h" -#include "../test.h" +#include "util/test.h" #if defined(_WIN32) || defined(__WINDOWS__) #define WIN32_LEAN_AND_MEAN |