summaryrefslogtreecommitdiffstats
path: root/fastos/src/tests/job.h
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2017-10-30 13:57:16 +0000
committerTor Egge <Tor.Egge@oath.com>2017-10-30 13:57:16 +0000
commit7ae7ce66cadb958f6d722bf8bcb4e06586cbe9c4 (patch)
tree08271a6dc33a9a3d2cbb1adb53f234f2937ebbaf /fastos/src/tests/job.h
parent1ec2316f01708cb6daf3b5d943ca4d37c8e13854 (diff)
Use std::mutex and std::condition_variable instead of FastOS_Mutex and
FastOS_Condition.
Diffstat (limited to 'fastos/src/tests/job.h')
-rw-r--r--fastos/src/tests/job.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fastos/src/tests/job.h b/fastos/src/tests/job.h
index a5b84fa0f9c..ede0f702627 100644
--- a/fastos/src/tests/job.h
+++ b/fastos/src/tests/job.h
@@ -2,6 +2,9 @@
#pragma once
+#include <vespa/fastos/mutex.h>
+#include <vespa/fastos/cond.h>
+
enum JobCode
{
PRINT_MESSAGE_AND_WAIT3SEC,