/usr/include/linux/in.h:188: error
/usr/include/linux/in.h:188: error: expected specifier-qualifier-list before ‘sa_family_t’
提示这样的错误要怎么解决?
------最佳解决方案--------------------
也有次疑问
------其他解决方案--------------------/usr/include/linux/in.h 是编译内核或内核模块用的。
/usr/include/netinet/in.h 才是用户程序用的,用法为
#include <netinet/in.h>
------其他解决方案--------------------没有人解答,帖子都沉了
------其他解决方案--------------------看看in.h文件里的声明有没有错误
------其他解决方案--------------------路过,缺少声明,在包含in.h之前包含socket.h,应该就能解决了
------其他解决方案--------------------代码里怎么include的头文件?
------其他解决方案--------------------
你是楼主他相公 手把手教哇!
------其他解决方案--------------------
没时间。我自己也是半调子。娘子她不知道在什么地方呢。嘿嘿
------其他解决方案--------------------狐狸娘子,有什么问题可以单独问我嘛!
------其他解决方案--------------------[img=http://hi.csdn.net/space-4978279-do-album-picid-528785-goto-down.html][/img]
出现这样得错误,不知道怎么改
------其他解决方案--------------------[img=http://hi.csdn.net/space-4978279-do-album-picid-528785-goto-down.html][/img]
图片是上面得
------其他解决方案--------------------图片在这里
------其他解决方案--------------------
这个是系统的头文件,之前也引用了就没有问题
------其他解决方案--------------------我也刚刚遇到这个问题,刚刚好了,感谢这里的人的提示!