#include #include #include char *inet_ntoa(struct in_addr in) { static char buf[20]; return inet_ntoa_r(in,buf); }