From ec63d7d6d2f123239ba436ffcb2638f27f3b7d59 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 14 Sep 2025 00:03:03 +0900 Subject: feat: use Nix-provided glibc headers --- src/cli.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cli.h') 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); -- cgit v1.2.3-70-g09d2