aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-09-22 07:21:12 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-09-22 07:21:12 -0700
commitcfb2da44451348cb8468f95e6eea1b8febd4c527 (patch)
tree0c83ac60391cd804b4bbb97d84c22fcd299af388 /src/core/lib/iomgr
parent6bfb8589ad1f814a2d167db1cf0084e4b935ea45 (diff)
parentaa2bc7676c9a3ce0b6634faeb6b360eed9e4a5cc (diff)
Merge github.com:grpc/grpc into flowctl+millis
Diffstat (limited to 'src/core/lib/iomgr')
-rw-r--r--src/core/lib/iomgr/resource_quota.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/resource_quota.c b/src/core/lib/iomgr/resource_quota.c
index 4895e0d1c9..4d69986fbc 100644
--- a/src/core/lib/iomgr/resource_quota.c
+++ b/src/core/lib/iomgr/resource_quota.c
@@ -22,6 +22,7 @@
#include <stdint.h>
#include <string.h>
+#include <grpc/slice_buffer.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>