X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=share%2Fkernelcompat.h;h=c0f4c9938c47a1959bcd5114036db63519ea1d3c;hb=0b0cd93782698872ea4778d29cd68091663ca367;hp=a18460e041554cd6568ea3c0d01c1f61d1fcfd39;hpb=0ce2af7f6372336d520847b4745da781344ba743;p=ust.git diff --git a/share/kernelcompat.h b/share/kernelcompat.h index a18460e..c0f4c99 100644 --- a/share/kernelcompat.h +++ b/share/kernelcompat.h @@ -6,6 +6,7 @@ #include "compiler.h" #include +#include #define container_of(ptr, type, member) ({ \ const typeof( ((type *)0)->member ) *__mptr = (ptr); \