diff options
author | Alexander Polcyn <apolcyn@google.com> | 2018-02-21 14:10:05 -0800 |
---|---|---|
committer | Alexander Polcyn <apolcyn@google.com> | 2018-02-21 15:01:33 -0800 |
commit | 1bc550132a86aafa02f87364bdcef1af0a2be354 (patch) | |
tree | b0536bd4a2e3b8ddc35d6249d56e9f7ca2d829b3 | |
parent | 39d5121cb7d4dc03d04c3ac91d93688b4e824282 (diff) |
Fix ruby artifact build
-rw-r--r-- | include/grpc/support/log.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/grpc/support/log.h b/include/grpc/support/log.h index a8371cbd48..658e251545 100644 --- a/include/grpc/support/log.h +++ b/include/grpc/support/log.h @@ -19,12 +19,11 @@ #ifndef GRPC_SUPPORT_LOG_H #define GRPC_SUPPORT_LOG_H +#include <grpc/impl/codegen/port_platform.h> #include <inttypes.h> #include <stdarg.h> #include <stdlib.h> /* for abort() */ -#include <grpc/impl/codegen/port_platform.h> - #ifdef __cplusplus extern "C" { #endif |