Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-sessiond / ust-registry.c
index dc494161cd60ebedd6b55f19fd402458ca9b9fe7..3f4a962c1014de3913f416e25d3ae6f94db1df21 100644 (file)
@@ -15,6 +15,7 @@
  * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <inttypes.h>
 
This page took 0.022712 seconds and 4 git commands to generate.