test_netinet_icmp.c revision e16cb84e2324f05334d18dcf5956f20f44262b62
1/* this test simply checks that we can compile the <netinet/ip_icmp.h> header */
2#include <netinet/ip_icmp.h>
3
4int  main( void )
5{
6    return 0;
7}
8
9