aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/gnunet-service-revocation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/revocation/gnunet-service-revocation.c')
-rw-r--r--src/revocation/gnunet-service-revocation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/revocation/gnunet-service-revocation.c b/src/revocation/gnunet-service-revocation.c
index 456b3834a..51286f49b 100644
--- a/src/revocation/gnunet-service-revocation.c
+++ b/src/revocation/gnunet-service-revocation.c
@@ -946,7 +946,7 @@ GNUNET_SERVICE_MAIN
946 GNUNET_MQ_handler_end ()); 946 GNUNET_MQ_handler_end ());
947 947
948 948
949#if defined(LINUX) && defined(__GLIBC__) 949#if defined(__linux__) && defined(__GLIBC__)
950#include <malloc.h> 950#include <malloc.h>
951 951
952/** 952/**