summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
diff options
context:
space:
mode:
authorAl Viro2006-10-19 22:08:53 +0200
committerAl Viro2006-12-04 08:00:29 +0100
commita1f8e7f7fb9d7e2cbcb53170edca7c0ac4680697 (patch)
tree2d1190c0099291d56a9c986f16bec17df2f6768b /net/core/sock.c
parent[PATCH] severing uaccess.h -> sched.h (diff)
downloadkernel-qcow2-linux-a1f8e7f7fb9d7e2cbcb53170edca7c0ac4680697.tar.gz
kernel-qcow2-linux-a1f8e7f7fb9d7e2cbcb53170edca7c0ac4680697.tar.xz
kernel-qcow2-linux-a1f8e7f7fb9d7e2cbcb53170edca7c0ac4680697.zip
[PATCH] severing skbuff.h -> highmem.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'net/core/sock.c')
-rw-r--r--net/core/sock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/sock.c b/net/core/sock.c
index ab8fafadb4ba..419c7d3289c7 100644
--- a/net/core/sock.c
+++ b/net/core/sock.c
@@ -111,6 +111,7 @@
#include <linux/poll.h>
#include <linux/tcp.h>
#include <linux/init.h>
+#include <linux/highmem.h>
#include <asm/uaccess.h>
#include <asm/system.h>