From 5602a17e4c916c1fe90a0025fbdceb0621e2e9ba Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 3 Jul 2024 19:16:21 +0530 Subject: solver_greedy: init --- include/evanix.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/evanix.h') diff --git a/include/evanix.h b/include/evanix.h index 32f6ed6..48fe110 100644 --- a/include/evanix.h +++ b/include/evanix.h @@ -1,4 +1,5 @@ #include +#include #ifndef EVANIX_H @@ -8,7 +9,7 @@ struct evanix_opts_t { bool ispipelined; bool close_stderr_exec; char *system; - int max_build; + uint32_t max_build; }; extern struct evanix_opts_t evanix_opts; -- cgit v1.2.3