#include <netinet/ip_icmp.h>


여기서 에러가 발생하는 경우가 있었습니다.

제가 능력이 부족한 문제였지만..

결론만 간단히 이야기 하면, 

앞부분에

#include <netinet/in_systm.h>

#include <netinet/in.h>

#include <netinet/ip.h>


이 부분도 같이 include  하시면 잘 되더라구요...

열심히 공부하겠습니다ㅠㅠ
Posted by Parker Falcon