diff options
author | Craig Tiller <ctiller@google.com> | 2015-02-09 15:25:21 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-02-09 15:25:21 -0800 |
commit | 1d2e21962ea2e70ab17c10868f1bf2acec2fde33 (patch) | |
tree | 76acfe37cc9bcee4d45157c521e70fa2ab74c90e /test/core | |
parent | 061754a483a1b56fe24649ae2be68ffa613a643f (diff) |
Server progress
Diffstat (limited to 'test/core')
-rw-r--r-- | test/core/statistics/census_log_tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/statistics/census_log_tests.c b/test/core/statistics/census_log_tests.c index c7b2b2e46d..e2ad78a6f2 100644 --- a/test/core/statistics/census_log_tests.c +++ b/test/core/statistics/census_log_tests.c @@ -35,7 +35,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include "src/core/support/cpu.h" +#include <grpc/support/cpu.h> #include <grpc/support/log.h> #include <grpc/support/port_platform.h> #include <grpc/support/sync.h> |