Fix TARGET_WEB builds

This commit is contained in:
Andrew Bobulsky 2020-05-17 15:22:50 -04:00 committed by GitHub
parent 094f3ebb33
commit fcc4cbb51d
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;