summaryrefslogtreecommitdiff
path: root/built_in.h
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-07-03 17:01:13 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-07-03 17:01:13 +0200
commitc2dd1b3f2f459b90ed16600bcd5aa0369610e80e (patch)
tree537c0d9997698dc6c5704993828467a3f8913cb1 /built_in.h
parentf5c10ae4e3cc56eb0a8662c39442146415cc2df4 (diff)
pcap: fix build error
Various fixes for last commit. Sorry for that. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'built_in.h')
-rw-r--r--built_in.h8
1 files changed, 8 insertions, 0 deletions
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 */