aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.h')
-rw-r--r--src/cli.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cli.h b/src/cli.h
index 3b1e7f5..51263e2 100644
--- a/src/cli.h
+++ b/src/cli.h
@@ -1,6 +1,7 @@
#ifndef DUCC_CLI_H
#define DUCC_CLI_H
+#include "common.h"
#include "std.h"
typedef struct {
@@ -12,6 +13,7 @@ typedef struct {
bool generate_deps;
bool totally_deligate_to_gcc;
const char* gcc_command;
+ StrArray include_dirs;
} CliArgs;
CliArgs* parse_cli_args(int argc, char** argv);