fix compilation on windows

pull/6610/head
Adam Michalik 9 years ago
parent a24d153619
commit 978f4a59fc
  1. 5
      src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
  2. 1
      src/core/ext/transport/chttp2/server/insecure/server_chttp2_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"

@ -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

Loading…
Cancel
Save