aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/ext/grpc_csharp_ext.c
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-02-18 15:47:41 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-02-18 15:47:41 -0800
commit2f2afd20be26023815b9a289be844dcfb5802a70 (patch)
tree88bc3091639e679b94b9c09fa861427f92216de7 /src/csharp/ext/grpc_csharp_ext.c
parentc7851cf0554dde7d04526de8637217b8873c9300 (diff)
fixed string.h include
Diffstat (limited to 'src/csharp/ext/grpc_csharp_ext.c')
-rw-r--r--src/csharp/ext/grpc_csharp_ext.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/csharp/ext/grpc_csharp_ext.c b/src/csharp/ext/grpc_csharp_ext.c
index 304ee9cf34..5f9f22cab1 100644
--- a/src/csharp/ext/grpc_csharp_ext.c
+++ b/src/csharp/ext/grpc_csharp_ext.c
@@ -31,12 +31,13 @@
*
*/
+#include "src/core/support/string.h"
+
#include <grpc/support/port_platform.h>
#include <grpc/support/alloc.h>
#include <grpc/grpc.h>
#include <grpc/support/log.h>
#include <grpc/support/slice.h>
-#include <grpc/support/string.h>
#include <string.h>