--- lib/fdleak.c.orig 2015-12-28 22:10:23.000000000 +0100 +++ lib/fdleak.c 2018-07-16 10:44:36.768831174 +0200 @@ -108,7 +108,9 @@ static int get_max_fd (void) { +#if defined HAVE_GETRLIMIT && defined RLIMIT_NOFILE struct rlimit fd_limit; +#endif long open_max; open_max = get_proc_max_fd ();