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