diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-04-08 01:38:29 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-04-08 01:38:29 +0200 |
commit | b29d8cfeb886e951dcbacc0f42f12624a2684086 (patch) | |
tree | 52196737d627b9b755ed3d93715b7681b2627b15 /include | |
parent | bdf80ac31f407d7886acd6a0fe2fb1ab4c43c6c9 (diff) |
Last few mallocs / frees.
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc/support/string_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/grpc/support/string_util.h b/include/grpc/support/string_util.h index 0abdb4a8c8..f981bc0db0 100644 --- a/include/grpc/support/string_util.h +++ b/include/grpc/support/string_util.h @@ -34,6 +34,8 @@ #ifndef GRPC_SUPPORT_STRING_UTIL_H #define GRPC_SUPPORT_STRING_UTIL_H +#include <grpc/support/port_platform.h> + #ifdef __cplusplus extern "C" { #endif |