From f7f68f4f3fec39f1e2c159d67a31b29ba503c774 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 16 Jun 2015 13:25:06 +0000 Subject: check for __GLIBC__ before mallopting --- src/revocation/gnunet-service-revocation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/revocation/gnunet-service-revocation.c') diff --git a/src/revocation/gnunet-service-revocation.c b/src/revocation/gnunet-service-revocation.c index 8a5293636..333284b48 100644 --- a/src/revocation/gnunet-service-revocation.c +++ b/src/revocation/gnunet-service-revocation.c @@ -933,7 +933,7 @@ main (int argc, } -#ifdef LINUX +#if defined(LINUX) && defined(__GLIBC__) #include -- cgit v1.2.3