diff options
Diffstat (limited to 'samples/bpf/parse_simple.c')
-rw-r--r-- | samples/bpf/parse_simple.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/bpf/parse_simple.c b/samples/bpf/parse_simple.c index cf2511c33905..10af53d33cc2 100644 --- a/samples/bpf/parse_simple.c +++ b/samples/bpf/parse_simple.c | |||
@@ -4,6 +4,7 @@ | |||
4 | * modify it under the terms of version 2 of the GNU General Public | 4 | * modify it under the terms of version 2 of the GNU General Public |
5 | * License as published by the Free Software Foundation. | 5 | * License as published by the Free Software Foundation. |
6 | */ | 6 | */ |
7 | #define KBUILD_MODNAME "foo" | ||
7 | #include <linux/ip.h> | 8 | #include <linux/ip.h> |
8 | #include <linux/ipv6.h> | 9 | #include <linux/ipv6.h> |
9 | #include <linux/in.h> | 10 | #include <linux/in.h> |