_GNU_SOURCE needed for struct dl_phdr_info from link.h

This commit is contained in:
Willem Toorop 2018-05-03 11:21:11 +02:00
parent 4f050facc3
commit f0f101511b
1 changed files with 1 additions and 1 deletions

View File

@ -23,8 +23,8 @@
/*
#define _POSIX_C_SOURCE 199309L
#define _GNU_SOURCE 1
*/
#define _GNU_SOURCE 1
#include <sys/types.h>
#include <sys/param.h>
#include <sys/ioctl.h>