Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / lib / lttng-ctl / lttng-ctl-health.c
index ba9aac05a42bfb5493efb1dbf67d597c799d55b6..83f092593e84f816d87821217b2aeec8d2712876 100644 (file)
@@ -20,6 +20,8 @@
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <unistd.h>
 #include <sys/types.h>
 #include <stdint.h>
This page took 0.023141 seconds and 4 git commands to generate.