summaryrefslogtreecommitdiff
path: root/buildlib/netdb.h.in
blob: 0fa60e157b81c77e10e4b842fb2a26dffd4df2fb (plain)
1
2
3
4
5
6
/* Fix broken unixen. */
#include <config.h>
#ifdef NEED_SOCKLEN_T_DEFINE
        #define socklen_t size_t
#endif
#include_next <netdb.h>