X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lib%2Falign.h;h=5b91ae87410bdff7c031dbae5b8feb6a52b0c7ec;hb=1b25fe5879436a90fd22a731e9d3371807e78ba1;hp=a21169ea62bfce36faf9824be9fd0389fca5554b;hpb=e860f019a864d2527f75264a68bff4bc96ca048b;p=lttng-modules.git diff --git a/lib/align.h b/lib/align.h index a21169ea..5b91ae87 100644 --- a/lib/align.h +++ b/lib/align.h @@ -24,7 +24,7 @@ #ifdef __KERNEL__ #include -#include "bug.h" +#include #define ALIGN_FLOOR(x, a) __ALIGN_FLOOR_MASK(x, (typeof(x)) (a) - 1) #define __ALIGN_FLOOR_MASK(x, mask) ((x) & ~(mask))