Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / runas.c
index 5ab42717a9058b4a5083516aa142a3c1efda226d..c146f652dfa324ef86c19ca2362c8f7c04ffe25c 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <errno.h>
 #include <limits.h>
 #include <stdio.h>
This page took 0.024555 seconds and 4 git commands to generate.