Commit 5434d62a authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] msg.h needs list.h

msg.h uses list_head.  (I'm not sure what config actually required this, but
it is legit).
parent b23c4682
......@@ -2,6 +2,7 @@
#define _LINUX_MSG_H
#include <linux/ipc.h>
#include <linux/list.h>
/* ipcs ctl commands */
#define MSG_STAT 11
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment