1 2 3 4 5 6 7 8 9 10 11 12
/* netdb.h */ /* djl */ /* Provide UNIX compatibility */ #ifndef _INC_NETDB #define _INC_NETDB #include <sys/socket.h> #endif /* _INC_NETDB */