summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/signalhandler/victim.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/signalhandler/victim.cpp')
-rw-r--r--vespalib/src/tests/signalhandler/victim.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/vespalib/src/tests/signalhandler/victim.cpp b/vespalib/src/tests/signalhandler/victim.cpp
index fe42489006c..f0a96f2c055 100644
--- a/vespalib/src/tests/signalhandler/victim.cpp
+++ b/vespalib/src/tests/signalhandler/victim.cpp
@@ -1,6 +1,8 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/fastos/fastos.h>
+
#include <vespa/vespalib/util/signalhandler.h>
+#include <cstdio>
+#include <unistd.h>
using vespalib::SignalHandler;