diff --git a/[refs] b/[refs] index 5ce8b8f0e6be..b945a1c4867e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d3ed11c35635487d34ad476e1d6a66dd298ab2de +refs/heads/master: 6cf24f031bc97cb5a7c9df3b6e73c45b628b2b28 diff --git a/trunk/include/linux/elf.h b/trunk/include/linux/elf.h index b403516d5c3d..60713e6ea297 100644 --- a/trunk/include/linux/elf.h +++ b/trunk/include/linux/elf.h @@ -6,6 +6,8 @@ #include #include +struct file; + #ifndef elf_read_implies_exec /* Executables for which elf_read_implies_exec() returns TRUE will have the READ_IMPLIES_EXEC personality flag set automatically.