Module: xenomai-head Branch: master Commit: 8b89b4bf64c2fe0bf08e8fd8a38146cf818b99cc URL: http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=8b89b4bf64c2fe0bf08e8fd8a38146cf818b99cc
Author: Jan Kiszka <[email protected]> Date: Tue Feb 22 12:51:46 2011 +0100 RTDM: Add missing stddef.h to API header Required for NULL. Signed-off-by: Jan Kiszka <[email protected]> --- 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 <fcntl.h> +#include <stddef.h> #include <stdint.h> #include <sys/ioctl.h> #include <sys/socket.h> _______________________________________________ Xenomai-git mailing list [email protected] https://mail.gna.org/listinfo/xenomai-git
