mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 13:29:03 +02:00
util/nvmutil: add portable malloc extern
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -712,6 +712,8 @@ static char *tname = NULL;
|
||||
#define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
|
||||
#endif
|
||||
|
||||
extern void *malloc();
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user