diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-28 14:25:43 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-28 14:25:43 -0700 |
commit | fdef23f8d381ca116af6e0ef83d68ca9ea4c363c (patch) | |
tree | 83fd9434026dd403295832d7a734f9bc8ea28fb0 /test/core/http | |
parent | fdec85fc5af8ef5c4b8a9d28a1a61877ddbb0e22 (diff) |
Fix includes
Diffstat (limited to 'test/core/http')
-rw-r--r-- | test/core/http/fuzzer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/http/fuzzer.c b/test/core/http/fuzzer.c index 0aa95ee9e4..bab846d722 100644 --- a/test/core/http/fuzzer.c +++ b/test/core/http/fuzzer.c @@ -36,7 +36,7 @@ #include <grpc/support/alloc.h> -#include "src/core/http/parser.h" +#include "src/core/lib/http/parser.h" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { grpc_http_parser parser; |