summaryrefslogtreecommitdiff
path: root/include/evanix.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/evanix.h')
-rw-r--r--include/evanix.h3
1 files changed, 2 insertions, 1 deletions
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 <stdbool.h>
+#include <stdint.h>
#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;