forked from OSchip/llvm-project
[lldb][tests] Posix function strdup requires macro _POSIX_C_SOURCE
This commit is contained in:
parent
37339d1426
commit
f57b35af2f
|
@ -1,3 +1,5 @@
|
|||
#define _POSIX_C_SOURCE 200809L
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
|
Loading…
Reference in New Issue