1 2 3 4 5 6 7 8
#ifndef __UTILS_H #define __UTILS_H #include <netinet/in.h> void u_inet_ntoa(in_addr_t, char *str); #endif