Define _LGPL_SOURCE in test applications
[lttng-tools.git] / tests / utils / testapp / gen-ust-nevents / gen-ust-nevents.c
index c7a5e5fb7081c8270ae80abeb6796fc337f9b91e..9e5a1d1f287871f32af22e3f9f943feba471236b 100644 (file)
@@ -15,6 +15,7 @@
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#define _LGPL_SOURCE
 #include <arpa/inet.h>
 #include <stdarg.h>
 #include <stdio.h>
This page took 0.024648 seconds and 5 git commands to generate.