]> git.baikalelectronics.ru Git - kernel.git/commit
net: explicitly include <linux/compat.h> in net/core/sock.c
authorChristoph Hellwig <hch@lst.de>
Wed, 22 Jul 2020 07:40:27 +0000 (09:40 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Jul 2020 20:01:10 +0000 (13:01 -0700)
commit71a58e68fd2901dd6f356ad4d5c17c8e0d2cfc45
tree28f87896a658e091a23d18c0036b0130688a7912
parent0d4adae30aa6f3c84c6e49f38b5d92767961dd37
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: 2bd02cae5b91 ("net: remove compat_sock_common_{get,set}sockopt")
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/sock.c