]> 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)
commit30119ae6106aade12a85cea26878017e040d54a5
tree28f87896a658e091a23d18c0036b0130688a7912
parentac3509edf80ac8db5f3e6d99583eef7a9b4a69a2
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: e2d4cafcd997 ("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