fix: isystem: delete global -isystem compile option (v5.16)
[lttng-modules.git] / src / lttng-events.c
index 31c1145748361ee894992b293505597348ce032b..e9b5687198a6cfd56cf6bb537086bb2a8360c0a9 100644 (file)
 #include <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.023884 seconds and 4 git commands to generate.