Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / mi-lttng.c
index 882afc1b6e5a3828cf029f1f4f19aa7133a14bd5..752bcecebd9fc48f7558651395a59b56750c868b 100644 (file)
@@ -16,7 +16,8 @@
  * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-
+#define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <include/config.h>
 #include <common/config/config.h>
 #include <lttng/snapshot-internal.h>
This page took 0.024397 seconds and 5 git commands to generate.