From: David S. Miller Date: Thu, 3 May 2012 06:25:55 +0000 (-0400) Subject: net: Add missing linux/prefetch.h include to net/core/sock.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8c1ae10d792155a7221be12b37dcebc3bcc1b49f;p=linux-beck.git net: Add missing linux/prefetch.h include to net/core/sock.c Reported-by: Stephen Rothwell Signed-off-by: David S. Miller --- diff --git a/net/core/sock.c b/net/core/sock.c index 1a8835117fd6..b8c818e69c23 100644 --- a/net/core/sock.c +++ b/net/core/sock.c @@ -113,6 +113,7 @@ #include #include #include +#include #include