aboutsummaryrefslogtreecommitdiffstats
path: root/vdstestlib/src/tests/cppunit/testrunner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vdstestlib/src/tests/cppunit/testrunner.cpp')
-rw-r--r--vdstestlib/src/tests/cppunit/testrunner.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/vdstestlib/src/tests/cppunit/testrunner.cpp b/vdstestlib/src/tests/cppunit/testrunner.cpp
index c25bee698d5..1ba7be7790e 100644
--- a/vdstestlib/src/tests/cppunit/testrunner.cpp
+++ b/vdstestlib/src/tests/cppunit/testrunner.cpp
@@ -1,8 +1,9 @@
// 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/vdstestlib/cppunit/cppunittestrunner.h>
-int main(int argc, const char *argv[])
+int main(int argc, char **argv)
{
vdstestlib::CppUnitTestRunner testRunner;
return testRunner.run(argc, argv);