aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/handshake/server_ssl_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/handshake/server_ssl_common.h')
-rw-r--r--test/core/handshake/server_ssl_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/handshake/server_ssl_common.h b/test/core/handshake/server_ssl_common.h
index 77865a408f..f726a1cd3a 100644
--- a/test/core/handshake/server_ssl_common.h
+++ b/test/core/handshake/server_ssl_common.h
@@ -25,7 +25,8 @@
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
#include <grpc/support/sync.h>
-#include <grpc/support/thd.h>
+
+#include "src/core/lib/gpr/thd.h"
#include "src/core/lib/iomgr/load_file.h"
#include "test/core/util/port.h"
#include "test/core/util/test_config.h"