Skip to content

Commit d6e1e46

Browse files
committed
bpf: linux/bpf.h needs linux/numa.h
Reported-by: kbuild test robot <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 2284985 commit d6e1e46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/bpf.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <linux/percpu.h>
1515
#include <linux/err.h>
1616
#include <linux/rbtree_latch.h>
17+
#include <linux/numa.h>
1718

1819
struct perf_event;
1920
struct bpf_prog;

0 commit comments

Comments
 (0)