aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Adam Michalik <xyzzyz@google.com>2016-06-07 17:40:31 -0700
committerGravatar Adam Michalik <xyzzyz@google.com>2016-06-07 17:40:31 -0700
commit978f4a59fce4dfd1018b59b20913ed2a500bfbee (patch)
treeef9d3b8e9bde0d8f14065d307bda90f9be76f98c /src
parenta24d153619c82c0ef7a071fe81e78c5f0a4c268c (diff)
fix compilation on windows
Diffstat (limited to 'src')
-rw-r--r--src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c5
-rw-r--r--src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c1
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