From c2dd1b3f2f459b90ed16600bcd5aa0369610e80e Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Wed, 3 Jul 2013 17:01:13 +0200 Subject: pcap: fix build error Various fixes for last commit. Sorry for that. Signed-off-by: Daniel Borkmann --- built_in.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'built_in.h') diff --git a/built_in.h b/built_in.h index 1cca2d7..a431597 100644 --- a/built_in.h +++ b/built_in.h @@ -364,4 +364,12 @@ static inline u64 cpu_to_le64(u64 val) # define POLLRDHUP 0x2000 #endif +#ifndef ARPHRD_IP6GRE +# define ARPHRD_IP6GRE 823 +#endif + +#ifndef ARPHRD_NETLINK +# define ARPHRD_NETLINK 824 +#endif + #endif /* BUILT_IN_H */ -- cgit v1.2.3-54-g00ecf