mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 00:31:16 +00:00
stdlib.h defined free(), which this needs
This commit is contained in:
parent
30f1eafaaa
commit
764303f980
@ -25,6 +25,7 @@
|
|||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "libbb.h"
|
#include "libbb.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user