diff options
Diffstat (limited to 'src/core/surface/event_string.c')
-rw-r--r-- | src/core/surface/event_string.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/surface/event_string.c b/src/core/surface/event_string.c index 448bb1162b..33cd4a43aa 100644 --- a/src/core/surface/event_string.c +++ b/src/core/surface/event_string.c @@ -37,6 +37,7 @@ #include "src/core/support/string.h" #include <grpc/byte_buffer.h> +#include <grpc/support/string_util.h> static void addhdr(gpr_strvec *buf, grpc_event *ev) { char *tmp; |