Merge pull request #167 from sm64pc/master

Fix TARGET_WEB builds
This commit is contained in:
V. R. Miguel 2020-05-17 19:02:33 -03:00 committed by GitHub
commit 24bb7b5e90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
#include <strings.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
struct PCCLIOptions gCLIOpts;
@ -52,4 +53,4 @@ void parse_cli_opts(int argc, char* argv[])
}
}
}
}
}