aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/chttp2/hpack_parser.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-01-14 12:47:37 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-01-14 12:47:37 -0800
commit21c0ebf6d4f89baedf726cb2d23c2f253d14a27d (patch)
tree17960865c72cdde9a1d2ea71eca745317939d590 /src/core/transport/chttp2/hpack_parser.c
parent2e18d43930067472dd020f2507ebd1d868d1f978 (diff)
parentd212b33553c61314c0cfc3490061f174fcaa36db (diff)
Merge pull request #4653 from murgatroid99/release-0_12_master_merge
Release 0 12 master merge
Diffstat (limited to 'src/core/transport/chttp2/hpack_parser.c')
-rw-r--r--src/core/transport/chttp2/hpack_parser.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/core/transport/chttp2/hpack_parser.c b/src/core/transport/chttp2/hpack_parser.c
index 16395d6be1..a63c7db1f6 100644
--- a/src/core/transport/chttp2/hpack_parser.c
+++ b/src/core/transport/chttp2/hpack_parser.c
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -38,6 +38,11 @@
#include <string.h>
#include <assert.h>
+/* This is here for grpc_is_binary_header
+ * TODO(murgatroid99): Remove this
+ */
+#include <grpc/grpc.h>
+
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/port_platform.h>