X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-kernel-version.h;h=ec8cee0b30bc2a710f0629e14ceb89265ac0593d;hb=025f881d6a178f4b662b8487a0a7a203e58c3e7c;hp=e8353fd4724e1a86220dfd70d9be9d2dc7c91459;hpb=3ad00dfcac0f81fc1296872968f5877402b7faf8;p=lttng-modules.git diff --git a/lttng-kernel-version.h b/lttng-kernel-version.h index e8353fd4..ec8cee0b 100644 --- a/lttng-kernel-version.h +++ b/lttng-kernel-version.h @@ -24,7 +24,12 @@ */ #include + +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33)) +#include +#else /* #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33)) */ #include +#endif /* #else #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33)) */ /* * This macro checks if the kernel version is between the two specified