mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
ae40832e53
gcc-7.3.0 report following err:
HOSTCC net/bpfilter/main.o
In file included from net/bpfilter/main.c:9:0:
./include/uapi/linux/bpf.h:12:10: fatal error: linux/bpf_common.h: No such file or directory
#include <linux/bpf_common.h>
remove it by adding a include path.
Fixes:
|
||
---|---|---|
.. | ||
bpfilter_kern.c | ||
Kconfig | ||
main.c | ||
Makefile | ||
msgfmt.h |