Build fix
[babeltrace.git] / include / babeltrace / align.h
index 00bd4cb3b6d84dca0ec61666d4834756bcf43301..d5197cb42f5e6bb6b7d0ce991bb7088eff65749b 100644 (file)
@@ -17,7 +17,7 @@
  * all copies or substantial portions of the Software.
  */
 
-#include <ctf/compiler.h>
+#include <babeltrace/compiler.h>
 
 #define ALIGN(x, a)            __ALIGN_MASK(x, (typeof(x))(a) - 1)
 #define __ALIGN_MASK(x, mask)  (((x) + (mask)) & ~(mask))
This page took 0.022505 seconds and 4 git commands to generate.