diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-02-18 04:45:32 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-02-18 04:45:32 -0800 |
| commit | 5434d62a6479dcbb2e55c4bda19f1216ea770aff (patch) | |
| tree | a8511746c25103f083069b3054ac7130c6bf8043 | |
| parent | b23c4682e53a5cccb647dda89752ecff8cf67824 (diff) | |
[PATCH] msg.h needs list.h
msg.h uses list_head. (I'm not sure what config actually required this, but
it is legit).
| -rw-r--r-- | include/linux/msg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/msg.h b/include/linux/msg.h index 7fb3d5c17b6f..56a3f89602c3 100644 --- a/include/linux/msg.h +++ b/include/linux/msg.h @@ -2,6 +2,7 @@ #define _LINUX_MSG_H #include <linux/ipc.h> +#include <linux/list.h> /* ipcs ctl commands */ #define MSG_STAT 11 |
