]> git.saurik.com Git - apt.git/blob - buildlib/netdb.h.in
for consistency allow the usage of 'make test' instead of './run-tests'
[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>