diff options
Diffstat (limited to '')
-rw-r--r-- | net/ipv4/udp_bpf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/udp_bpf.c b/net/ipv4/udp_bpf.c index 69c9663f9..487d74126 100644 --- a/net/ipv4/udp_bpf.c +++ b/net/ipv4/udp_bpf.c | |||
@@ -4,6 +4,7 @@ | |||
4 | #include <linux/skmsg.h> | 4 | #include <linux/skmsg.h> |
5 | #include <net/sock.h> | 5 | #include <net/sock.h> |
6 | #include <net/udp.h> | 6 | #include <net/udp.h> |
7 | #include <linux/bpf.h> | ||
7 | 8 | ||
8 | enum { | 9 | enum { |
9 | UDP_BPF_IPV4, | 10 | UDP_BPF_IPV4, |