Fix: missing _GNU_SOURCE define
[deliverable/lttng-ust.git] / liblttng-ust / lttng-ust-elf.c
index dcae966ca2b815513b2b0a2d04c89d714174bbae..e90626906b6ea72c24d19bbcd4a3b7cee92e0821 100644 (file)
@@ -16,6 +16,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#define _GNU_SOURCE
 #include <helper.h>
 #include <string.h>
 #include <lttng/align.h>
This page took 0.022766 seconds and 5 git commands to generate.