X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fbinfmt_elf.c;h=8a5231a4c243038f4631167421b3ab5c89f5eb4f;hb=5cd4d056da050eb96d88540ecfd51245a4e1cdf7;hp=8f2bd09a8c5708f608dc9afb8aad5ae8c10d906c;hpb=b1644648ae5a87454d06f1dd96783b0ec4d292df;p=linux-2.6.git diff --git a/fs/binfmt_elf.c b/fs/binfmt_elf.c index 8f2bd09a8..8a5231a4c 100644 --- a/fs/binfmt_elf.c +++ b/fs/binfmt_elf.c @@ -39,12 +39,15 @@ #include #include #include +#include #include #include + #include #include #include + static int load_elf_binary(struct linux_binprm *bprm, struct pt_regs *regs); static int load_elf_library(struct file *); static unsigned long elf_map (struct file *, unsigned long, struct elf_phdr *, int, int, unsigned long);