aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/util/b64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/security/util/b64.h')
-rw-r--r--src/core/lib/security/util/b64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/security/util/b64.h b/src/core/lib/security/util/b64.h
index f1b9bb2f2e..f3218b9c4f 100644
--- a/src/core/lib/security/util/b64.h
+++ b/src/core/lib/security/util/b64.h
@@ -34,7 +34,7 @@
#ifndef GRPC_CORE_LIB_SECURITY_UTIL_B64_H
#define GRPC_CORE_LIB_SECURITY_UTIL_B64_H
-#include <grpc/support/slice.h>
+#include <grpc/slice.h>
/* Encodes data using base64. It is the caller's responsability to free
the returned char * using gpr_free. Returns NULL on NULL input. */