diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-12-11 19:56:34 -0800 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-12-11 19:56:34 -0800 |
commit | ef55655f79af6a924fb3b9ca47ea7c8415fa4800 (patch) | |
tree | 3fa3e2cd3ac7117aa880297d59d0c4028651636b /test/core | |
parent | e27954ca2e7510c307d57675d7492291c7f9b149 (diff) |
Add includes
Diffstat (limited to 'test/core')
-rw-r--r-- | test/core/surface/server_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |