summaryrefslogtreecommitdiffstats
path: root/staging_vespalib/src/tests/shutdownguard/shutdownguard_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'staging_vespalib/src/tests/shutdownguard/shutdownguard_test.cpp')
-rw-r--r--staging_vespalib/src/tests/shutdownguard/shutdownguard_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/staging_vespalib/src/tests/shutdownguard/shutdownguard_test.cpp b/staging_vespalib/src/tests/shutdownguard/shutdownguard_test.cpp
index 09ef33413e0..e6f7bd21750 100644
--- a/staging_vespalib/src/tests/shutdownguard/shutdownguard_test.cpp
+++ b/staging_vespalib/src/tests/shutdownguard/shutdownguard_test.cpp
@@ -1,6 +1,8 @@
// 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/util/shutdownguard.h>
+#include <unistd.h>
+#include <sys/wait.h>
using namespace vespalib;