Merge branch 'icmp_header' into 'master'
icmp.c: do not include linux headers See merge request l2tpns/l2tpns!26
This commit is contained in:
commit
43e25849b2
1 changed files with 2 additions and 2 deletions
4
icmp.c
4
icmp.c
|
|
@ -1,8 +1,8 @@
|
|||
// L2TPNS: icmp
|
||||
|
||||
#include <arpa/inet.h>
|
||||
#include <linux/ip.h>
|
||||
#include <linux/icmp.h>
|
||||
#include <netinet/ip.h>
|
||||
#include <netinet/ip_icmp.h>
|
||||
#include <netinet/icmp6.h>
|
||||
#include <unistd.h>
|
||||
#include <netinet/ip6.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue