diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-11-20 19:25:56 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-11-20 19:46:38 -0500 |
commit | 243cd05e7ac857f64648639e970a8c0d28dc0f2e (patch) | |
tree | 78ccbe5547ff8099a189e0c066d2a906594bd57f | |
parent | clean up const/unsigned pointers with aftype/hwtype structs (diff) | |
download | net-tools-243cd05e7ac857f64648639e970a8c0d28dc0f2e.tar.gz net-tools-243cd05e7ac857f64648639e970a8c0d28dc0f2e.tar.bz2 net-tools-243cd05e7ac857f64648639e970a8c0d28dc0f2e.zip |
pull in stdlib.h for malloc() prototype
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | lib/proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ #include <string.h> #include <stdarg.h> #include <stdio.h> +#include <stdlib.h> #include <ctype.h> #include <unistd.h> |