aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-02-21 14:25:04 -0800
committerGravatar Yang Gao <yangg@google.com>2015-02-21 14:25:04 -0800
commitf26f2191f1b3778f967f4deb181e6e2164e86808 (patch)
treea1dc56e58449327c6d3fb80614fd6969425c47d4 /test/cpp/interop
parentdc6abba60a2c4f3f5131814e5ee6b251b0188605 (diff)
parentfe8af4e2e99ab5e5dfa154ca965f9bc5f7a37a2e (diff)
Merge pull request #704 from ctiller/interop3
Rename interop_test.c --> interop_test.cc
Diffstat (limited to 'test/cpp/interop')
-rw-r--r--test/cpp/interop/interop_test.cc (renamed from test/cpp/interop/interop_test.c)3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/cpp/interop/interop_test.c b/test/cpp/interop/interop_test.cc
index 204aa6265e..811e0eb009 100644
--- a/test/cpp/interop/interop_test.c
+++ b/test/cpp/interop/interop_test.cc
@@ -44,8 +44,11 @@
#include <sys/types.h>
#include <sys/wait.h>
+extern "C" {
#include "src/core/iomgr/socket_utils_posix.h"
#include "src/core/support/string.h"
+}
+
#include <grpc/support/alloc.h>
#include <grpc/support/host_port.h>
#include <grpc/support/log.h>