提交 a6c0d093 编写于 作者: C Christoph Hellwig 提交者: David S. Miller

net: explicitly include <linux/compat.h> in net/core/sock.c

The buildbot found a config where the header isn't already implicitly
pulled in, so add an explicit include as well.

Fixes: 8c918ffb ("net: remove compat_sock_common_{get,set}sockopt")
Signed-off-by: NChristoph Hellwig <hch@lst.de>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 dee72f8a
...@@ -113,6 +113,7 @@ ...@@ -113,6 +113,7 @@
#include <linux/static_key.h> #include <linux/static_key.h>
#include <linux/memcontrol.h> #include <linux/memcontrol.h>
#include <linux/prefetch.h> #include <linux/prefetch.h>
#include <linux/compat.h>
#include <linux/uaccess.h> #include <linux/uaccess.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册