Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng / commands / version.c
index f4d89631e7e5a13dfc1a42a6e5aa5d7767d3bacc..a2409c304e06304dc181361275241c2d162cbdf6 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <popt.h>
 #include <stdio.h>
 #include <stdlib.h>
This page took 0.023179 seconds and 4 git commands to generate.