All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] [PATCH] RTDM: Add missing stddef.h to API header
@ 2011-02-22 11:51 Jan Kiszka
  0 siblings, 0 replies; only message in thread
From: Jan Kiszka @ 2011-02-22 11:51 UTC (permalink / raw)
  To: Xenomai core

Required for NULL.

Signed-off-by: Jan Kiszka <jan.kiszka@domain.hid>
---
 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>
-- 
1.7.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-22 11:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-22 11:51 [Xenomai-core] [PATCH] RTDM: Add missing stddef.h to API header Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.