aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/gnunet-service-statistics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/gnunet-service-statistics.c')
-rw-r--r--src/statistics/gnunet-service-statistics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statistics/gnunet-service-statistics.c b/src/statistics/gnunet-service-statistics.c
index ba6a614c8..5d58c3743 100644
--- a/src/statistics/gnunet-service-statistics.c
+++ b/src/statistics/gnunet-service-statistics.c
@@ -1042,7 +1042,7 @@ GNUNET_SERVICE_MAIN (
1042 GNUNET_MQ_handler_end ()); 1042 GNUNET_MQ_handler_end ());
1043 1043
1044 1044
1045#if defined(LINUX) && defined(__GLIBC__) 1045#if defined(__linux__) && defined(__GLIBC__)
1046#include <malloc.h> 1046#include <malloc.h>
1047 1047
1048/** 1048/**