X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-probe-lock.c;h=94ed167830b44a0c63e0973bc7e597affd88ef49;hb=360d3efee55154a55c18be32175bee608dcb21df;hp=4e59da851a69bb50dbc2f62d8331195dfd0975db;hpb=c8d38a68e21703af9b2287120cab1a52d24db9f7;p=lttng-modules.git diff --git a/probes/lttng-probe-lock.c b/probes/lttng-probe-lock.c index 4e59da85..94ed1678 100644 --- a/probes/lttng-probe-lock.c +++ b/probes/lttng-probe-lock.c @@ -22,14 +22,14 @@ */ #include -#include +#include #include /* * Create the tracepoint static inlines from the kernel to validate that our * trace event macros match the kernel we run on. */ -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33)) +#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(2,6,33)) #include #else #include