aboutsummaryrefslogtreecommitdiffstats
path: root/jrt_test/src/tests/echo/echo-client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'jrt_test/src/tests/echo/echo-client.cpp')
-rw-r--r--jrt_test/src/tests/echo/echo-client.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/jrt_test/src/tests/echo/echo-client.cpp b/jrt_test/src/tests/echo/echo-client.cpp
index 14faac3ca9e..2d72cdc937b 100644
--- a/jrt_test/src/tests/echo/echo-client.cpp
+++ b/jrt_test/src/tests/echo/echo-client.cpp
@@ -1,7 +1,8 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
+#include <vespa/log/log.h>
+LOG_SETUP("echo_client");
+#include <vespa/fastos/fastos.h>
#include <vespa/fnet/frt/frt.h>
-#include <vespa/fastos/app.h>
class EchoClient : public FastOS_Application
{