diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-28 22:40:25 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-28 22:40:25 -0700 |
commit | 564860547436a9162a8b966c73694e233e9a440d (patch) | |
tree | 15eec2f6fcc38b77e58e189f662f43c8da808d59 /test/core | |
parent | 5b3391f1d00b6b4dc48452fa36b6fceb5254c873 (diff) |
Fix include
Diffstat (limited to 'test/core')
-rw-r--r-- | test/core/transport/chttp2/hpack_parser_fuzzer_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/transport/chttp2/hpack_parser_fuzzer_test.c b/test/core/transport/chttp2/hpack_parser_fuzzer_test.c index f4f2eb9b87..6f77fa02ce 100644 --- a/test/core/transport/chttp2/hpack_parser_fuzzer_test.c +++ b/test/core/transport/chttp2/hpack_parser_fuzzer_test.c @@ -37,7 +37,7 @@ #include <grpc/grpc.h> #include <grpc/support/alloc.h> -#include "src/core/lib/transport/chttp2/hpack_parser.h" +#include "src/core/ext/transport/chttp2/transport/hpack_parser.h" static void onhdr(void *ud, grpc_mdelem *md) { GRPC_MDELEM_UNREF(md); } |