diff options
Diffstat (limited to 'misc.h')
-rw-r--r-- | misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ /* * misc useful #defines ... */ +#include <stddef.h> #define container_of(ptr, type, member) ({ \ const typeof( ((type *)0)->member ) *__mptr = (ptr); \ |