aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security/create_jwt.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/security/create_jwt.cc')
-rw-r--r--test/core/security/create_jwt.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/security/create_jwt.cc b/test/core/security/create_jwt.cc
index 56ae9c891c..bb8227f08f 100644
--- a/test/core/security/create_jwt.cc
+++ b/test/core/security/create_jwt.cc
@@ -24,9 +24,10 @@
#include <grpc/slice.h>
#include <grpc/support/alloc.h>
-#include <grpc/support/cmdline.h>
#include <grpc/support/log.h>
+#include "test/core/util/cmdline.h"
+
void create_jwt(const char* json_key_file_path, const char* service_url,
const char* scope) {
grpc_auth_json_key key;