Skip to content
Snippets Groups Projects
Commit a24d1536 authored by Adam Michalik's avatar Adam Michalik
Browse files

fix windows build

parent 0872d089
No related branches found
No related tags found
No related merge requests found
......@@ -49,8 +49,6 @@ extern "C" {
* functionality on top of GRPC Core.
*/
#ifdef GPR_SUPPORT_CHANNELS_FROM_FD
/** Create a client channel to 'target' using file descriptor 'fd'. The 'target'
argument will be used to indicate the name for this channel. See the comment
for grpc_insecure_channel_create for description of 'args' argument. */
......@@ -65,8 +63,6 @@ GRPCAPI void grpc_server_add_insecure_channel_from_fd(grpc_server *server,
grpc_completion_queue *cq,
int fd);
#endif // GPR_SUPPORT_CHANNELS_FROM_FD
#ifdef __cplusplus
}
#endif
......
......@@ -31,12 +31,12 @@
*
*/
#include <grpc/grpc.h>
#include <grpc/grpc_posix.h>
#include <grpc/support/port_platform.h>
#ifdef GPR_SUPPORT_CHANNELS_FROM_FD
#include <grpc/grpc.h>
#include <grpc/grpc_posix.h>
#include <grpc/support/string_util.h>
#include "src/core/ext/transport/chttp2/transport/chttp2_transport.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment