mirror of https://github.com/getdnsapi/getdns.git
_GNU_SOURCE needed for struct dl_phdr_info from link.h
This commit is contained in:
parent
4f050facc3
commit
f0f101511b
|
@ -23,8 +23,8 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#define _POSIX_C_SOURCE 199309L
|
#define _POSIX_C_SOURCE 199309L
|
||||||
#define _GNU_SOURCE 1
|
|
||||||
*/
|
*/
|
||||||
|
#define _GNU_SOURCE 1
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
|
Loading…
Reference in New Issue