diff options
author | 2020-10-14 17:17:49 +0800 | |
---|---|---|
committer | 2020-10-15 09:36:14 -0700 | |
commit | 1d273fcc2c29343e59658276b77b02e5897a3123 (patch) | |
tree | c1ec368f1613f652bc7ddd1a75a5681942bb09a3 /net/unix/af_unix.c | |
parent | net: sched: Fix suspicious RCU usage while accessing tcf_tunnel_info (diff) | |
download | linux-dev-1d273fcc2c29343e59658276b77b02e5897a3123.tar.xz linux-dev-1d273fcc2c29343e59658276b77b02e5897a3123.zip |
bpfilter: Fix build error with CONFIG_BPFILTER_UMH
IF CONFIG_BPFILTER_UMH is set, building fails:
In file included from /usr/include/sys/socket.h:33:0,
from net/bpfilter/main.c:6:
/usr/include/bits/socket.h:390:10: fatal error: asm/socket.h: No such file or directory
#include <asm/socket.h>
^~~~~~~~~~~~~~
compilation terminated.
scripts/Makefile.userprogs:43: recipe for target 'net/bpfilter/main.o' failed
make[2]: *** [net/bpfilter/main.o] Error 1
Add missing include path to fix this.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions