summaryrefslogtreecommitdiffstats
path: root/fastos/src/tests/thread_joinwait_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fastos/src/tests/thread_joinwait_test.cpp')
-rw-r--r--fastos/src/tests/thread_joinwait_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastos/src/tests/thread_joinwait_test.cpp b/fastos/src/tests/thread_joinwait_test.cpp
index 106c534a259..df8f6bb11a5 100644
--- a/fastos/src/tests/thread_joinwait_test.cpp
+++ b/fastos/src/tests/thread_joinwait_test.cpp
@@ -4,7 +4,7 @@
#include <vespa/fastos/fastos.h>
#include "tests.h"
#include "job.h"
-#include "base_thread.hpp"
+#include "thread_test_base.hpp"
class Thread_JoinWait_Test : public BaseForThreadTest
{