aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-03-12 11:10:09 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-03-12 11:43:00 -0700
commit4b37fb0e4c8266912831e42b2cf4055d3c81d00a (patch)
tree0a5bdbc4804389f7c006d2a629cb6688baa50d05 /test/core/util
parentec154f6f2de6461e712b7679ebe96035469d46d0 (diff)
Stop including inttypes.h in gRPC core public header in Apple platforms
Diffstat (limited to 'test/core/util')
-rw-r--r--test/core/util/test_config.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/util/test_config.cc b/test/core/util/test_config.cc
index 53a6297d6e..6a0d444a73 100644
--- a/test/core/util/test_config.cc
+++ b/test/core/util/test_config.cc
@@ -18,6 +18,7 @@
#include "test/core/util/test_config.h"
+#include <inttypes.h>
#include <signal.h>
#include <stdbool.h>
#include <stdio.h>