fix: isystem: delete global -isystem compile option (v5.16)
[lttng-modules.git] / src / lttng-events.c
index 2b4b1039803222cf0e383ad943c6dc991cc1dcb1..4ddf4a77774a89d22ff74bdf5f3e7dd96e0c93c8 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.023025 seconds and 4 git commands to generate.