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 088ba1e49..840323b95 100644
--- a/src/statistics/gnunet-service-statistics.c
+++ b/src/statistics/gnunet-service-statistics.c
@@ -1077,7 +1077,7 @@ main (int argc, char *const *argv)
1077 &run, NULL)) ? 0 : 1; 1077 &run, NULL)) ? 0 : 1;
1078} 1078}
1079 1079
1080#ifdef LINUX 1080#if defined(LINUX) && defined(__GLIBC__)
1081#include <malloc.h> 1081#include <malloc.h>
1082 1082
1083/** 1083/**