Define _LGPL_SOURCE in test applications
[lttng-tools.git] / tests / utils / testapp / gen-ust-tracef / gen-ust-tracef.c
index 1c3493dba3c003c86094ab6d009278ec67d89909..0f70ef0f32134acc4e9aa81f3898a2bab24476cc 100644 (file)
@@ -16,6 +16,7 @@
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <fcntl.h>
 #include <stdarg.h>
This page took 0.024056 seconds and 5 git commands to generate.