diff --git a/[refs] b/[refs] index a0f775234ee3..c7cbe949c77e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f1d507beeab1d1d60a1c58eac7dc81522c6f4629 +refs/heads/master: d14aada8e20bdf81ffd43f433b123972cf575b32 diff --git a/trunk/include/linux/srcu.h b/trunk/include/linux/srcu.h index 9c01f1022428..4d5d2f546dbf 100644 --- a/trunk/include/linux/srcu.h +++ b/trunk/include/linux/srcu.h @@ -27,6 +27,8 @@ #ifndef _LINUX_SRCU_H #define _LINUX_SRCU_H +#include + struct srcu_struct_array { int c[2]; };