diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-01-31 09:53:51 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-01-31 09:53:51 +0100 |
commit | b0afda39638ab165c054e479889e29421e3c2a52 (patch) | |
tree | df5ebd439131ab7323b65754401e1ff5cc9c3192 /src/core | |
parent | 6ba01ca9a42eacbb7a996759c27e1ba16160364d (diff) | |
parent | 780f336a10d72b4aa9c213c70d3d14f89a70e4c1 (diff) |
Merge branch 'census-placeholders' into make-ruby-installable
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/census/placeholders.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/census/placeholders.c b/src/core/census/placeholders.c index b15a296984..5829cc9460 100644 --- a/src/core/census/placeholders.c +++ b/src/core/census/placeholders.c @@ -33,6 +33,8 @@ #include <grpc/census.h> +#include <grpc/support/log.h> + /* Placeholders for the pending APIs */ census_tag_set *census_context_tag_set(census_context *context) { |