Define _LGPL_SOURCE in test applications
[lttng-tools.git] / tests / utils / testapp / gen-ust-events / gen-ust-events.c
index 77d88db2d184c7506f522a06974e975c644b4c4a..2f4dc275e1878a1dd89c791cd388da7b6fe82e5b 100644 (file)
@@ -15,6 +15,7 @@
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <arpa/inet.h>
 #include <fcntl.h>
This page took 0.024148 seconds and 4 git commands to generate.