icebin2nvcm: fix for MacOS compile

This commit is contained in:
Peter Lawrence 2021-05-12 19:58:23 -05:00
parent 538b745f4e
commit 14426a3b67
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#include <stdint.h>
#include <stdio.h>
#include <malloc.h>
#include <stdlib.h>
#include <string.h>
int main(int argc, char *argv[])