fix compilation errors

pull/5755/head
ahedberg 9 years ago
parent fcbcbff290
commit 799fd4bda6
  1. 1
      src/core/iomgr/unix_sockets_posix.c
  2. 2
      src/core/iomgr/unix_sockets_posix_noop.c

@ -35,6 +35,7 @@
#ifdef GPR_HAVE_UNIX_SOCKET
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/un.h>

@ -34,7 +34,7 @@
#include "src/core/iomgr/unix_sockets_posix.h"
#ifdef GPR_POSIX_SOCKET
#ifndef GPR_HAVE_UNIX_SOCKET
void grpc_create_socketpair_if_unix(int sv[2]) {}

Loading…
Cancel
Save