aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/census/tracing.c
diff options
context:
space:
mode:
authorGravatar Vizerai <jsking@google.com>2017-01-24 13:02:45 -0800
committerGravatar Vizerai <jsking@google.com>2017-01-24 13:02:45 -0800
commit9078535c0a8f2192a3c48362aa17fdba6c8951ab (patch)
treec6bc56bf3410679bb8267605beff5f549c7fb130 /src/core/ext/census/tracing.c
parent0e5b67f4a2405654a99cac5d5b54816f9339c4fa (diff)
updated headers.
Diffstat (limited to 'src/core/ext/census/tracing.c')
-rw-r--r--src/core/ext/census/tracing.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ext/census/tracing.c b/src/core/ext/census/tracing.c
index 8d22f43eed..566d539e6e 100644
--- a/src/core/ext/census/tracing.c
+++ b/src/core/ext/census/tracing.c
@@ -32,10 +32,11 @@
*/
#include "src/core/ext/census/tracing.h"
+
#include <grpc/census.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
-#include <openssl/rand.h>
+#include "third_party/boringssl/include/openssl/rand.h"
#include "src/core/ext/census/mlog.h"
void trace_start_span(const trace_span_context *span_ctxt,