malloc and friends are provided by stdlib.h. Signed-off-by: Dave Reisner <dreisner@xxxxxxxxxxxxx> --- sys-utils/tunelp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-utils/tunelp.c b/sys-utils/tunelp.c index 700fe65..98b00f6 100644 --- a/sys-utils/tunelp.c +++ b/sys-utils/tunelp.c @@ -52,7 +52,6 @@ #include <errno.h> #include <fcntl.h> #include <getopt.h> -#include <malloc.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -- 1.7.9.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html