aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/gpr
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-01-25 21:02:26 -0800
committerGravatar Vijay Pai <vpai@google.com>2018-01-25 22:12:28 -0800
commitb6cf123717b8f6e405f62dd12cb6c43664e0680a (patch)
tree6b3e2c569288f7fc56728d870f3cae5195cb4969 /test/core/gpr
parente0adbb6c2e714b06dfa42becae97dfe5ae79d2cb (diff)
Privatize thread-local storage headers
Diffstat (limited to 'test/core/gpr')
-rw-r--r--test/core/gpr/tls_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/gpr/tls_test.cc b/test/core/gpr/tls_test.cc
index 743b10f090..1ef253ed6f 100644
--- a/test/core/gpr/tls_test.cc
+++ b/test/core/gpr/tls_test.cc
@@ -21,9 +21,10 @@
#include <grpc/support/log.h>
#include <grpc/support/sync.h>
#include <grpc/support/thd.h>
-#include <grpc/support/tls.h>
#include <stdio.h>
#include <stdlib.h>
+
+#include "src/core/lib/gpr/tls.h"
#include "test/core/util/test_config.h"
#define NUM_THREADS 100