diff options
author | Craig Tiller <ctiller@google.com> | 2017-10-12 16:00:52 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-10-12 16:00:52 -0700 |
commit | 73b7c1068cc869b88e680303150dbba861a5c3fb (patch) | |
tree | 2d5f0b55121afce0ddc8da011d9a68a9e434b3d3 /src/core/lib/transport | |
parent | 85516af26ae38d8f628d70a4bf30c7e7c29a99b1 (diff) | |
parent | 9fc49c98634bc1b1f5844e670f4bb5e1965be551 (diff) |
Merge branch 'chttp2_timer' into timer
Diffstat (limited to 'src/core/lib/transport')
-rw-r--r-- | src/core/lib/transport/bdp_estimator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/transport/bdp_estimator.h b/src/core/lib/transport/bdp_estimator.h index f956b6d000..a8e83aa242 100644 --- a/src/core/lib/transport/bdp_estimator.h +++ b/src/core/lib/transport/bdp_estimator.h @@ -19,6 +19,7 @@ #ifndef GRPC_CORE_LIB_TRANSPORT_BDP_ESTIMATOR_H #define GRPC_CORE_LIB_TRANSPORT_BDP_ESTIMATOR_H +#include <inttypes.h> #include <stdbool.h> #include <stdint.h> |