diff options
| author | Hiroshi Shimamoto <[email protected]> | 2009-01-06 14:41:38 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2009-01-06 15:59:19 -0800 |
| commit | 5cf0cc4e670b8da2231a3375db87ec3b6cb84432 (patch) | |
| tree | 8545da4f0b0313f24ffa9ef7f862660fe5345d4e /include/linux | |
| parent | 29041b4b1a3d68192eef7613703669f5c7b01d0c (diff) | |
binfmts.h: include list.h
linux_binfmt uses list_head, so list.h is needed.
[[email protected]: fix `make headerscheck']
Signed-off-by: Hiroshi Shimamoto <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/binfmts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/binfmts.h b/include/linux/binfmts.h index 6cbfbe297180..0d0150b4901e 100644 --- a/include/linux/binfmts.h +++ b/include/linux/binfmts.h @@ -18,6 +18,7 @@ struct pt_regs; #define BINPRM_BUF_SIZE 128 #ifdef __KERNEL__ +#include <linux/list.h> #define CORENAME_MAX_SIZE 128 |