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-Tag: v2.6.1~21 X-Git-Url: https://git.lttng.org/?p=lttng-modules.git;a=commitdiff_plain;h=3ad00dfcac0f81fc1296872968f5877402b7faf8 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