From ef55655f79af6a924fb3b9ca47ea7c8415fa4800 Mon Sep 17 00:00:00 2001 From: Craig Tiller <craig.tiller@gmail.com> Date: Fri, 11 Dec 2015 19:56:34 -0800 Subject: [PATCH] Add includes --- test/core/surface/server_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/core/surface/server_test.c b/test/core/surface/server_test.c index 4560bf319c..1d5211d225 100644 --- a/test/core/surface/server_test.c +++ b/test/core/surface/server_test.c @@ -32,6 +32,7 @@ */ #include <grpc/grpc.h> +#include <grpc/support/alloc.h> #include <grpc/support/log.h> #include <grpc/support/string_util.h> #include "test/core/util/port.h" -- GitLab