X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=flist.h;h=7aca9730b2e9621349cfb27b427c3ff19f91829f;hp=95023c75aa1799732ea8f2ea99e64c3df4027644;hb=ef5f5a3a63f8b7c472f30484c520265aba6ef162;hpb=e53ab27c7425241d64e8d64ad77850a776c01375 diff --git a/flist.h b/flist.h index 95023c75..7aca9730 100644 --- a/flist.h +++ b/flist.h @@ -1,6 +1,8 @@ #ifndef _LINUX_FLIST_H #define _LINUX_FLIST_H +#include + #undef offsetof #ifdef __compiler_offsetof #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER)