diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-06-25 06:58:00 -0700 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-06-25 06:58:00 -0700 |
commit | f75fc12e3a1a614ee2d5d565742764e47d9aef96 (patch) | |
tree | 2a6c23e2e778f2c976fbe7aafb8f5069713d3525 /src/core | |
parent | be79da21c5fab8cfc34c594ff27a28975b565eab (diff) |
Add a test that headers are properly in build.json
Clean up anything that failed
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/census/context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/census/context.c b/src/core/census/context.c index 1358c5127b..df238ec98c 100644 --- a/src/core/census/context.c +++ b/src/core/census/context.c @@ -31,7 +31,7 @@ * */ -#include "context.h" +#include "src/core/census/context.h" #include <string.h> #include <grpc/census.h> |