dect
/
linux-2.6
Archived
13
0
Fork 0

binfmts.h: include list.h

linux_binfmt uses list_head, so list.h is needed.

[akpm@linux-foundation.org: fix `make headerscheck']
Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Hiroshi Shimamoto 2009-01-06 14:41:38 -08:00 committed by Linus Torvalds
parent 29041b4b1a
commit 5cf0cc4e67
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ struct pt_regs;
#define BINPRM_BUF_SIZE 128
#ifdef __KERNEL__
#include <linux/list.h>
#define CORENAME_MAX_SIZE 128