diff options
Diffstat (limited to 'src/transport/gnunet-communicator-unix.c')
-rw-r--r-- | src/transport/gnunet-communicator-unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-communicator-unix.c b/src/transport/gnunet-communicator-unix.c index 2cfb802e3..58a144ecb 100644 --- a/src/transport/gnunet-communicator-unix.c +++ b/src/transport/gnunet-communicator-unix.c @@ -1105,7 +1105,7 @@ main (int argc, char *const *argv) } -#if defined(LINUX) && defined(__GLIBC__) +#if defined(__linux__) && defined(__GLIBC__) #include <malloc.h> /** |