add 'dirs' target to the 'all' target to ensure that for e.g. the tests
[ntk/apt.git] / buildlib / netdb.h.in
... / ...
CommitLineData
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>