From 59e545c501323a39f86785fc46f94a4b81d52a8e Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Tue, 25 Apr 2006 14:26:46 +0100 Subject: [PATCH] --- yaml --- r: 27957 b: refs/heads/master c: 77597ad663f9e2d40a89c6e27824701bb5fabb83 h: refs/heads/master i: 27955: e5339b968c1e808d0962dd8dbc9704f35200619e v: v3 --- [refs] | 2 +- trunk/include/linux/msg.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 667710dbbad9..9b4b93c3ae6e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 58908d093e77224973b3f7bf54470d51949ff110 +refs/heads/master: 77597ad663f9e2d40a89c6e27824701bb5fabb83 diff --git a/trunk/include/linux/msg.h b/trunk/include/linux/msg.h index 903e0ab8101f..acc7c174ff00 100644 --- a/trunk/include/linux/msg.h +++ b/trunk/include/linux/msg.h @@ -2,7 +2,6 @@ #define _LINUX_MSG_H #include -#include /* ipcs ctl commands */ #define MSG_STAT 11 @@ -63,6 +62,7 @@ struct msginfo { #define MSGSEG (__MSGSEG <= 0xffff ? __MSGSEG : 0xffff) #ifdef __KERNEL__ +#include /* one msg_msg structure for each message */ struct msg_msg {