Merge pull request #163 from RulerOf/master

Fix TARGET_WEB builds
This commit is contained in:
fgsfds 2020-05-18 00:07:59 +03:00 committed by GitHub
commit 0504f884d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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[])
}
}
}
}
}