Fix some #include statements and add one dependency in build.yaml

pull/7665/head
murgatroid99 9 years ago
parent 32ee4a66e2
commit 2f320cac22
  1. 2
      build.yaml
  2. 4
      src/core/lib/iomgr/socket_utils.h
  3. 3
      tools/run_tests/sources_and_headers.json

@ -642,6 +642,8 @@ filegroups:
deps:
- gpr
secure: true
uses:
- grpc_base
- name: grpc++_base
language: c++
public_headers:

@ -37,9 +37,9 @@
#include "src/core/lib/iomgr/port.h"
#ifdef GRPC_WINSOCK_SOCKET
#include "sockaddr_windows.h"
#include "src/core/lib/iomgr/sockaddr_windows.h"
#else
#include "sockaddr_posix.h"
#include "src/core/lib/iomgr/sockaddr_posix.h"
#endif
/* A wrapper for inet_ntop on POSIX systems and InetNtop on Windows systems */

@ -6558,7 +6558,8 @@
},
{
"deps": [
"gpr"
"gpr",
"grpc_base"
],
"headers": [
"src/core/lib/tsi/fake_transport_security.h",

Loading…
Cancel
Save