X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-kvm-x86.c;h=30a6cc0cc35c93afdfa66cca2d2ad5b0fcb6a684;hb=2bc89292c6ac6030a7498a798671cca921ae61df;hp=94280ccab0366457156d505c83537d924b1d790e;hpb=b7cdc18250880cc44edeef4a4b42c8ac7a135a6d;p=lttng-modules.git diff --git a/probes/lttng-probe-kvm-x86.c b/probes/lttng-probe-kvm-x86.c index 94280cca..30a6cc0c 100644 --- a/probes/lttng-probe-kvm-x86.c +++ b/probes/lttng-probe-kvm-x86.c @@ -9,8 +9,12 @@ #include #include -#include -#include +#include +#include + +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,7,0)) +#include +#endif #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,1,0)) #include