aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop
diff options
context:
space:
mode:
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>