From 7a85069fd7cbaaebcf21a842081030e795a20646 Mon Sep 17 00:00:00 2001 From: Dave Young Date: Wed, 10 Mar 2010 15:24:10 -0800 Subject: [PATCH] --- yaml --- r: 187320 b: refs/heads/master c: 9ff99339447de403a46be5e3f23d0c794d540b06 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/poll.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 171aae4e15a0..865141711f38 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2edf5e49800846a2b2b6461d99cdae18067c440f +refs/heads/master: 9ff99339447de403a46be5e3f23d0c794d540b06 diff --git a/trunk/include/linux/poll.h b/trunk/include/linux/poll.h index 6673743946f7..600cc1fde64d 100644 --- a/trunk/include/linux/poll.h +++ b/trunk/include/linux/poll.h @@ -10,8 +10,10 @@ #include #include #include +#include #include +extern struct ctl_table epoll_table[]; /* for sysctl */ /* ~832 bytes of stack space used max in sys_select/sys_poll before allocating additional memory. */ #define MAX_STACK_ALLOC 832