Adds include for socket utils.

pull/6833/head
Robbie Shade 9 years ago
parent 3f30e634a6
commit e2b30ebbb3
  1. 1
      test/core/iomgr/fd_posix_test.c

@ -52,6 +52,7 @@
#include "src/core/lib/iomgr/ev_posix.h" #include "src/core/lib/iomgr/ev_posix.h"
#include "src/core/lib/iomgr/iomgr.h" #include "src/core/lib/iomgr/iomgr.h"
#include "src/core/lib/iomgr/socket_utils_posix.h"
#include "test/core/util/test_config.h" #include "test/core/util/test_config.h"
static gpr_mu *g_mu; static gpr_mu *g_mu;

Loading…
Cancel
Save