diff options
author | murgatroid99 <mlumish@google.com> | 2016-01-06 13:14:23 -0800 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2016-01-06 13:14:23 -0800 |
commit | c3910cadb49eabcf196e056c1bd5860eb9966c29 (patch) | |
tree | 9c715d0d5ac30591ddbe6b5aaa1626aa282e8971 /test/core/transport | |
parent | 296ae72581f17438e9355d4862c3ad5c66d49807 (diff) |
Expose core metadata validation functions in public headers
Diffstat (limited to 'test/core/transport')
-rw-r--r-- | test/core/transport/chttp2/bin_encoder_test.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/core/transport/chttp2/bin_encoder_test.c b/test/core/transport/chttp2/bin_encoder_test.c index 1ffd8ed3cb..d1838075be 100644 --- a/test/core/transport/chttp2/bin_encoder_test.c +++ b/test/core/transport/chttp2/bin_encoder_test.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 @@ -35,6 +35,10 @@ #include <string.h> +/* This is here for grpc_is_binary_header + * TODO(murgatroid99): Remove this + */ +#include <grpc/grpc.h> #include "src/core/support/string.h" #include <grpc/support/alloc.h> #include <grpc/support/log.h> |