summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/guard/guard_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/guard/guard_test.cpp')
-rw-r--r--vespalib/src/tests/guard/guard_test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/vespalib/src/tests/guard/guard_test.cpp b/vespalib/src/tests/guard/guard_test.cpp
index 358a56d44cb..a9d5d5f894c 100644
--- a/vespalib/src/tests/guard/guard_test.cpp
+++ b/vespalib/src/tests/guard/guard_test.cpp
@@ -1,8 +1,9 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/vespalib/testkit/testapp.h>
-#include <vespa/vespalib/testkit/test_kit.h>
#include <vespa/vespalib/util/guard.h>
+#include <fcntl.h>
+#include <unistd.h>
using namespace vespalib;