fixed string.h include

pull/594/head
Jan Tattermusch 10 years ago
parent c7851cf055
commit 2f2afd20be
  1. 3
      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>

Loading…
Cancel
Save