diff options
author | Alistair Veitch <aveitch@google.com> | 2016-01-13 09:08:38 -0800 |
---|---|---|
committer | Alistair Veitch <aveitch@google.com> | 2016-01-13 09:08:38 -0800 |
commit | 0f690721bdc977b5d506e575f5e13be6d09c57fd (patch) | |
tree | d0401e5aa29da92303263f7b89d394c1c88b8487 /test | |
parent | f190601e606fb89158f671bea1676e4083bc9bb4 (diff) |
Move encode/decode API into census.h
Diffstat (limited to 'test')
-rw-r--r-- | test/core/census/tag_set_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/census/tag_set_test.c b/test/core/census/tag_set_test.c index d6a7e45334..44ecb2819c 100644 --- a/test/core/census/tag_set_test.c +++ b/test/core/census/tag_set_test.c @@ -33,7 +33,7 @@ // Test census_tag_set functions, including encoding/decoding -#include "src/core/census/tag_set.h" +#include <grpc/census.h> #include <grpc/support/log.h> #include <grpc/support/time.h> #include <stdbool.h> |