aboutsummaryrefslogtreecommitdiffstats
path: root/vdslib/src/tests/testrunner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vdslib/src/tests/testrunner.cpp')
-rw-r--r--vdslib/src/tests/testrunner.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/vdslib/src/tests/testrunner.cpp b/vdslib/src/tests/testrunner.cpp
index 0c5dcd1d00a..fef61af9a17 100644
--- a/vdslib/src/tests/testrunner.cpp
+++ b/vdslib/src/tests/testrunner.cpp
@@ -1,12 +1,13 @@
// 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/log/log.h>
#include <vespa/vdstestlib/cppunit/cppunittestrunner.h>
-#include <vespa/log/log.h>
LOG_SETUP("vdslibcppunittestrunner");
int
-main(int argc, const char *argv[])
+main(int argc, char **argv)
{
vdstestlib::CppUnitTestRunner testRunner;
return testRunner.run(argc, argv);