aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/support
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-12-05 08:03:41 -0800
committerGravatar GitHub <noreply@github.com>2016-12-05 08:03:41 -0800
commit4eec0041f5093f6bec7dbef0e960f1bb48e0d3b0 (patch)
tree23e6907932553e112b8f380451b148b12fbd7ab7 /src/core/lib/support
parentadc3fbc0a3a08bfa9c4a0fadfc2b9ce1ed77ecd7 (diff)
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