From 978f4a59fce4dfd1018b59b20913ed2a500bfbee Mon Sep 17 00:00:00 2001
From: Adam Michalik <xyzzyz@google.com>
Date: Tue, 7 Jun 2016 17:40:31 -0700
Subject: [PATCH] fix compilation on windows

---
 .../transport/chttp2/client/insecure/channel_create_posix.c  | 5 +++--
 .../transport/chttp2/server/insecure/server_chttp2_posix.c   | 1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c b/src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
index f1c2456500..ca435c25ce 100644
--- a/src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
+++ b/src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
@@ -31,12 +31,13 @@
  *
  */
 
+#include <grpc/grpc.h>
+#include <grpc/grpc_posix.h>
+#include <grpc/support/log.h>
 #include <grpc/support/port_platform.h>
 
 #ifdef GPR_SUPPORT_CHANNELS_FROM_FD
 
-#include <grpc/grpc.h>
-
 #include <fcntl.h>
 
 #include "src/core/ext/transport/chttp2/transport/chttp2_transport.h"
diff --git a/src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c b/src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
index b1c7a389dd..d625ed1d9e 100644
--- a/src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
+++ b/src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
@@ -33,6 +33,7 @@
 
 #include <grpc/grpc.h>
 #include <grpc/grpc_posix.h>
+#include <grpc/support/log.h>
 #include <grpc/support/port_platform.h>
 
 #ifdef GPR_SUPPORT_CHANNELS_FROM_FD
-- 
GitLab