stdlib.h defined free(), which this needs

This commit is contained in:
Eric Andersen 2001-06-22 03:07:19 +00:00
parent 30f1eafaaa
commit 764303f980

View File

@ -25,6 +25,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <stdlib.h>
#include "libbb.h"