From f0f101511b35b5dca35774cc4d1d508066e4c6df Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 3 May 2018 11:21:11 +0200 Subject: [PATCH] _GNU_SOURCE needed for struct dl_phdr_info from link.h --- src/compat/getentropy_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compat/getentropy_linux.c b/src/compat/getentropy_linux.c index a1159d0c..4f437bf3 100644 --- a/src/compat/getentropy_linux.c +++ b/src/compat/getentropy_linux.c @@ -23,8 +23,8 @@ /* #define _POSIX_C_SOURCE 199309L -#define _GNU_SOURCE 1 */ +#define _GNU_SOURCE 1 #include #include #include