aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/gpr/time_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/gpr/time_test.cc')
-rw-r--r--test/core/gpr/time_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/gpr/time_test.cc b/test/core/gpr/time_test.cc
index ef7a961d0a..e6bcc1247d 100644
--- a/test/core/gpr/time_test.cc
+++ b/test/core/gpr/time_test.cc
@@ -20,12 +20,13 @@
#include <grpc/support/log.h>
#include <grpc/support/sync.h>
-#include <grpc/support/thd.h>
#include <grpc/support/time.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+
+#include "src/core/lib/gpr/thd.h"
#include "test/core/util/test_config.h"
static void to_fp(void* arg, const char* buf, size_t len) {