From 754d534a316149de6b19f5f0d2a1dd3b246bd1c9 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Fri, 20 Nov 2020 11:42:30 -0500 Subject: [PATCH] fix: include order for older kernels Fixes a build failure on v3.0 and v3.1. Change-Id: Ic48512d2aa5ee46678e67d147b92dba6d0959615 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- include/lttng/events.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lttng/events.h b/include/lttng/events.h index bee47105..09ab3cf2 100644 --- a/include/lttng/events.h +++ b/include/lttng/events.h @@ -10,12 +10,12 @@ #ifndef _LTTNG_EVENTS_H #define _LTTNG_EVENTS_H -#include #include #include #include #include #include +#include #include #include #include -- 2.34.1