diff options
author | Muxi Yan <mxyan@google.com> | 2018-03-12 11:10:09 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2018-03-12 11:43:00 -0700 |
commit | 4b37fb0e4c8266912831e42b2cf4055d3c81d00a (patch) | |
tree | 0a5bdbc4804389f7c006d2a629cb6688baa50d05 /test/core/gpr | |
parent | ec154f6f2de6461e712b7679ebe96035469d46d0 (diff) |
Stop including inttypes.h in gRPC core public header in Apple platforms
Diffstat (limited to 'test/core/gpr')
-rw-r--r-- | test/core/gpr/mpscq_test.cc | 1 | ||||
-rw-r--r-- | test/core/gpr/time_test.cc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/core/gpr/mpscq_test.cc b/test/core/gpr/mpscq_test.cc index 8c0873941f..f51bdf8c50 100644 --- a/test/core/gpr/mpscq_test.cc +++ b/test/core/gpr/mpscq_test.cc @@ -18,6 +18,7 @@ #include "src/core/lib/gpr/mpscq.h" +#include <inttypes.h> #include <stdlib.h> #include <grpc/support/alloc.h> diff --git a/test/core/gpr/time_test.cc b/test/core/gpr/time_test.cc index c80aac649d..6f070f58df 100644 --- a/test/core/gpr/time_test.cc +++ b/test/core/gpr/time_test.cc @@ -21,6 +21,7 @@ #include <grpc/support/log.h> #include <grpc/support/sync.h> #include <grpc/support/time.h> +#include <inttypes.h> #include <limits.h> #include <stdio.h> #include <stdlib.h> |