Define _LGPL_SOURCE in test apps' tracepoint provider files
[lttng-tools.git] / tests / utils / testapp / gen-ust-nevents / tp.c
index a09561d709ae08d77308a5827e83d979ad2eb1a3..6f53414365a2ec65c0aa13cf810aa51b145c8a64 100644 (file)
@@ -11,5 +11,6 @@
  * with the above copyright notice.
  */
 
+#define _LGPL_SOURCE
 #define TRACEPOINT_CREATE_PROBES
 #include "tp.h"
This page took 0.024006 seconds and 5 git commands to generate.