Fix: vmalloc wrapper on kernel < 2.6.38
[lttng-modules.git] / lib / align.h
index a21169ea62bfce36faf9824be9fd0389fca5554b..5b91ae87410bdff7c031dbae5b8feb6a52b0c7ec 100644 (file)
@@ -24,7 +24,7 @@
 #ifdef __KERNEL__
 
 #include <linux/types.h>
-#include "bug.h"
+#include <lib/bug.h>
 
 #define ALIGN_FLOOR(x, a)      __ALIGN_FLOOR_MASK(x, (typeof(x)) (a) - 1)
 #define __ALIGN_FLOOR_MASK(x, mask)    ((x) & ~(mask))
This page took 0.023229 seconds and 4 git commands to generate.