Fix test builds

pull/13432/head
ncteisen 7 years ago
parent 66dfcf5919
commit 509aba4f60
  1. 8
      src/core/lib/iomgr/is_epollexclusive_available.h

@ -21,6 +21,14 @@
#include <stdbool.h>
#ifdef __cplusplus
extern "C" {
#endif
bool grpc_is_epollexclusive_available(void);
#ifdef __cplusplus
}
#endif
#endif /* GRPC_CORE_LIB_IOMGR_IS_EPOLLEXCLUSIVE_AVAILABLE_H */

Loading…
Cancel
Save