From ebfda4c0dd6bcd6c81042231fbc8f0a68f0cc7cf Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 8 Jul 2002 16:43:35 +0000 Subject: Move __offsetof() macro from to . It's hardly MD, since all our platforms share the same macro. It's not really compiler dependent either, but this helps in reducing to only type definitions. --- include/stddef.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/stddef.h b/include/stddef.h index feeebc9..feb1cdc 100644 --- a/include/stddef.h +++ b/include/stddef.h @@ -38,6 +38,7 @@ #ifndef _STDDEF_H_ #define _STDDEF_H_ +#include #include typedef _BSD_PTRDIFF_T_ ptrdiff_t; -- cgit v1.1