aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/http/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/http/parser.h')
-rw-r--r--src/core/lib/http/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/http/parser.h b/src/core/lib/http/parser.h
index 102ffba05d..6d003cd68c 100644
--- a/src/core/lib/http/parser.h
+++ b/src/core/lib/http/parser.h
@@ -35,7 +35,7 @@
#define GRPC_CORE_LIB_HTTP_PARSER_H
#include <grpc/support/port_platform.h>
-#include <grpc/support/slice.h>
+#include <grpc/slice.h>
#include "src/core/lib/iomgr/error.h"
/* Maximum length of a header string of the form 'Key: Value\r\n' */