Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-sessiond / modprobe.c
index a28356b423129958728f0ee66a4029163214a965..ebf36646422314346c402c7373cdcccc4bc1f82b 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
This page took 0.024206 seconds and 5 git commands to generate.