Hi, Le lundi 10 février 2014 à 07:45 +0000, Davis, Arlin R a écrit : > Signed-off-by: Arlin Davis <[email protected]> > --- > dat/include/dat2/dat_platform_specific.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/dat/include/dat2/dat_platform_specific.h > b/dat/include/dat2/dat_platform_specific.h > index ba4cfbc..8d62bd0 100644 > --- a/dat/include/dat2/dat_platform_specific.h > +++ b/dat/include/dat2/dat_platform_specific.h > @@ -147,6 +147,7 @@ typedef DAT_UINT64 DAT_PADDR; > #if defined(__KERNEL__) > #include <linux/types.h> > #else > +#include <stdio.h>
You could use #include <stddef.h> if only NULL is needed http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stddef.h.html > #include <sys/types.h> > #include <linux/stddef.h> > #endif /* defined(__KERNEL__) */ Regards. -- Yann Droneaud OPTEYA -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
