1 2 3 4 5
/* Fix broken(?) unixen. */ #ifdef NEED_SOCKLEN_T_DEFINE #define socklen_t size_t #endif #include_next <netdb.h>