From 1bc550132a86aafa02f87364bdcef1af0a2be354 Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Wed, 21 Feb 2018 14:10:05 -0800 Subject: [PATCH] Fix ruby artifact build --- include/grpc/support/log.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/grpc/support/log.h b/include/grpc/support/log.h index a8371cbd48d..658e2515459 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 #include #include #include /* for abort() */ -#include - #ifdef __cplusplus extern "C" { #endif