blob: 308ccce9702fdb4273e472130ea3a67a4700f797 [file] [log] [blame]
/* this test simply checks that we can compile the <netinet/ip_icmp.h> header */
#include <netinet/ip_icmp.h>
int main( void )
{
return 0;
}