util/nvmutil: add portable malloc extern

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-16 15:50:52 +00:00
parent 6744867e4e
commit 7d5ada2272

View File

@@ -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[])
{