summaryrefslogtreecommitdiffstats
path: root/fastos/src/tests/thread_sleep_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fastos/src/tests/thread_sleep_test.cpp')
-rw-r--r--fastos/src/tests/thread_sleep_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastos/src/tests/thread_sleep_test.cpp b/fastos/src/tests/thread_sleep_test.cpp
index 87b2c040b3a..a2ed714af4d 100644
--- a/fastos/src/tests/thread_sleep_test.cpp
+++ b/fastos/src/tests/thread_sleep_test.cpp
@@ -3,7 +3,7 @@
#include <vespa/fastos/fastos.h>
#include "tests.h"
-#include "jobs.h"
+#include "job.h"
#include "base_thread.hpp"
class Thread_Sleep_Test : public BaseForThreadTest