Skip to content

Commit efc9646

Browse files
committed
Define _GNU_SOURCE?
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
1 parent 0bf979e commit efc9646

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tracer/live_debugger.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#ifndef _GNU_SOURCE
2+
#define _GNU_SOURCE
3+
#endif
4+
15
#include "live_debugger.h"
26
#include "ddtrace.h"
37
#include "exception_serialize.h"

0 commit comments

Comments
 (0)