diff options
author | David S. Miller | 2017-08-19 23:34:03 -0700 |
---|---|---|
committer | David S. Miller | 2017-08-19 23:34:03 -0700 |
commit | d6e1e46f69fbe956e877cdd00dbfb002baddf577 (patch) | |
tree | e25341f1ae35775020e18efc79d9fad608e5ac88 /include/linux | |
parent | 228498596c44041c710f5a633904205bc1cd9177 (diff) |
bpf: linux/bpf.h needs linux/numa.h
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/bpf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/bpf.h b/include/linux/bpf.h index 55b88e329804..830f472d8df5 100644 --- a/include/linux/bpf.h +++ b/include/linux/bpf.h @@ -14,6 +14,7 @@ #include <linux/percpu.h> #include <linux/err.h> #include <linux/rbtree_latch.h> +#include <linux/numa.h> struct perf_event; struct bpf_prog; |