stdlib.h defined free(), which this needs

1_00_stable_10817
Eric Andersen 2001-06-22 03:07:19 +00:00
parent 30f1eafaaa
commit 764303f980
1 changed files with 1 additions and 0 deletions

View File

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