首页 > 系统相关> > Linux服务器客户端编写过程中报错”implicit declaration of function ‘inet_pton’ “ Linux服务器客户端编写过程中报错”implicit declaration of function ‘inet_pton’ “ 2022-05-02 16:02:07 作者:互联网 1. 问题 Linux服务器客户端编写过程中报错: 2. 问题分析 gcc的c扩展与c标准有冲突 2. 解决方案 添加头文件#include <arpa/inet.h> 标签:function,编写,declaration,报错,Linux,服务器,客户端 来源: https://www.cnblogs.com/yunmeng-shi/p/16215974.html