aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/impl/codegen/sync.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-07-27 18:17:12 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-07-27 18:17:12 -0700
commit3b31fdf77b6504f6582e66b156ca38bd6979ae1f (patch)
tree6ba03f0e79a5e1d45409cc01d05ced0b3113147f /include/grpc/impl/codegen/sync.h
parent6b11462da1b0a4607d0ea679d2cb42d8d851f55d (diff)
removed codegen/byte_buffer.h
Diffstat (limited to 'include/grpc/impl/codegen/sync.h')
-rw-r--r--include/grpc/impl/codegen/sync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/impl/codegen/sync.h b/include/grpc/impl/codegen/sync.h
index 5542482ed8..3eabc5c17b 100644
--- a/include/grpc/impl/codegen/sync.h
+++ b/include/grpc/impl/codegen/sync.h
@@ -64,7 +64,7 @@
#error Unable to determine platform for sync
#endif
-#include <grpc/impl/codegen/time.h> /* for gpr_timespec */
+#include <grpc/impl/codegen/grpc_types.h> /* for gpr_timespec */
#ifdef __cplusplus
extern "C" {