使用inet_ntop()或者inet_ntoa()函数时,提示返回值是int,而不是char*。当我加入头文件“arpa/inet.h”,返回值就正常了。
【Reference】 http://blog.csdn.net/weiyuefei/article/details/51455800