]> git.saurik.com Git - apt.git/blob - buildlib/netdb.h.in
cherry pick -r1846 from bzr+ssh://bazaar.launchpad.net/~mvo/apt/lp346386/
[apt.git] / buildlib / netdb.h.in
1 /* Fix broken unixen. */
2 #include <config.h>
3 #ifdef NEED_SOCKLEN_T_DEFINE
4 #define socklen_t size_t
5 #endif
6 #include_next <netdb.h>