From 7b10d281eaed1cb8774b2b5f0c99e96b3bc4b0c7 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 17 Apr 2015 14:36:22 -0400 Subject: [PATCH] Fix: Include utsrelease.h in lttng-kernel-version.h Including module.h includes other headers, which is an issue for the get_pfnblock_flags_mask wrapper. Signed-off-by: Mathieu Desnoyers --- lttng-kernel-version.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lttng-kernel-version.h b/lttng-kernel-version.h index 53a6a363..e8353fd4 100644 --- a/lttng-kernel-version.h +++ b/lttng-kernel-version.h @@ -24,8 +24,7 @@ */ #include -#include -#include +#include /* * This macro checks if the kernel version is between the two specified -- 2.34.1