Commit 243cd05e authored by Mike Frysinger's avatar Mike Frysinger

pull in stdlib.h for malloc() prototype

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 97b31cee
......@@ -5,6 +5,7 @@
#include <string.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <unistd.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment