Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / defaults.c
index d74a42b0aa786cc95ba55f3e219db249bd004444..974f7c6c7e0a064079657e05a46c40065f4c6e91 100644 (file)
@@ -15,6 +15,8 @@
  * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <stddef.h>
 #include <unistd.h>
 
This page took 0.024759 seconds and 5 git commands to generate.