From: Mathieu Desnoyers Date: Fri, 17 Apr 2015 18:36:22 +0000 (-0400) Subject: Fix: Include utsrelease.h in lttng-kernel-version.h X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=7b10d281eaed1cb8774b2b5f0c99e96b3bc4b0c7;p=deliverable%2Flttng-modules.git 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 --- 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