fix: isystem: delete global -isystem compile option (v5.16)
[lttng-modules.git] / lttng-events.c
index 60f5623be66deba10b001e0064676322a60d23a1..9462877d558397c3d4224a41534a524b2ee6427f 100644 (file)
 #include <wrapper/ringbuffer/frontend.h>
 #include <wrapper/time.h>
 
+#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,16,0))
+#include <linux/stdarg.h>
+#else
+#include <stdarg.h>
+#endif
+
 #define METADATA_CACHE_DEFAULT_SIZE 4096
 
 static LIST_HEAD(sessions);
This page took 0.022974 seconds and 4 git commands to generate.