From fcc4cbb51dbe53388c187d018c6f8912771e2ee8 Mon Sep 17 00:00:00 2001 From: Andrew Bobulsky Date: Sun, 17 May 2020 15:22:50 -0400 Subject: [PATCH] Fix TARGET_WEB builds --- src/pc/cliopts.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pc/cliopts.c b/src/pc/cliopts.c index 14497e30..514c1423 100644 --- a/src/pc/cliopts.c +++ b/src/pc/cliopts.c @@ -2,6 +2,7 @@ #include #include #include +#include struct PCCLIOptions gCLIOpts; @@ -52,4 +53,4 @@ void parse_cli_opts(int argc, char* argv[]) } } } -} \ No newline at end of file +}