aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/json_token.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-02-22 15:59:19 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-02-22 15:59:19 -0800
commit732a875fe82c80a735cc9ca6a430f962811188ab (patch)
treea319fb8bd7d786b2f327888fb9feea0bb79ca6fd /src/core/security/json_token.c
parent9f791595903b926e32b3d2ec5d959cfe1a3e1e78 (diff)
Add a sanity test for name aliasing
Diffstat (limited to 'src/core/security/json_token.c')
-rw-r--r--src/core/security/json_token.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/security/json_token.c b/src/core/security/json_token.c
index 762f02989a..372e5bfc5a 100644
--- a/src/core/security/json_token.c
+++ b/src/core/security/json_token.c
@@ -39,7 +39,7 @@
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
-#include "src/core/security/base64.h"
+#include "src/core/security/b64.h"
#include "src/core/support/string.h"
#include <openssl/bio.h>