aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/support
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-12-12 06:48:30 -0800
committerGravatar GitHub <noreply@github.com>2016-12-12 06:48:30 -0800
commit30268a99e022e2c52746276a85d05a737d2ca1e4 (patch)
tree0c0b079850649a47aab7e408fb8ce1005023c0df /src/core/lib/support
parentb62bffbea5eef106bfbe644e8af161889c927401 (diff)
Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h"""
Diffstat (limited to 'src/core/lib/support')
-rw-r--r--src/core/lib/support/string.h2
-rw-r--r--src/core/lib/support/tmpfile.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/core/lib/support/string.h b/src/core/lib/support/string.h
index db59308425..e933e2eb46 100644
--- a/src/core/lib/support/string.h
+++ b/src/core/lib/support/string.h
@@ -36,6 +36,8 @@
#include <stddef.h>
+#include <grpc/slice.h>
+#include <grpc/slice_buffer.h>
#include <grpc/support/port_platform.h>
#ifdef __cplusplus
diff --git a/src/core/lib/support/tmpfile.h b/src/core/lib/support/tmpfile.h
index f613cf9bc8..8952e5ec3d 100644
--- a/src/core/lib/support/tmpfile.h
+++ b/src/core/lib/support/tmpfile.h
@@ -36,6 +36,8 @@
#include <stdio.h>
+#include <grpc/slice.h>
+
#ifdef __cplusplus
extern "C" {
#endif