Most places respect this define, but this one doesn't. Reported-by: Dmitri Bogomolov <4glitch@xxxxxxxxx> Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> --- util/symlinks.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/symlinks.c b/util/symlinks.c index f3a632a..abb33f8 100644 --- a/util/symlinks.c +++ b/util/symlinks.c @@ -8,7 +8,9 @@ #endif #include <stdio.h> #include <stdlib.h> +#ifdef HAVE_MALLOC_H #include <malloc.h> +#endif #include <string.h> #include <fcntl.h> #include <sys/param.h> -- 1.7.9.7 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html