From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4D63A352.6020200@domain.hid> Date: Tue, 22 Feb 2011 12:51:46 +0100 From: Jan Kiszka MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Xenomai-core] [PATCH] RTDM: Add missing stddef.h to API header List-Id: Xenomai life and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Xenomai core Required for NULL. Signed-off-by: Jan Kiszka --- include/rtdm/rtdm.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/rtdm/rtdm.h b/include/rtdm/rtdm.h index 1e6e41e..d907f08 100644 --- a/include/rtdm/rtdm.h +++ b/include/rtdm/rtdm.h @@ -61,6 +61,7 @@ typedef struct task_struct rtdm_user_info_t; #else /* !__KERNEL__ */ #include +#include #include #include #include -- 1.7.1