--- util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/util.h b/util.h index 3818fbd..cf81022 100644 --- a/util.h +++ b/util.h @@ -4,6 +4,7 @@ #include <regex.h> #include <stddef.h> #include <stdio.h> +#include <stdint.h> #include "arg.h" #include "compat.h" -- 2.46.1
- [hackers] [sbase][PATCH 0/1] Add missing header file Richard Ipsum
- [hackers] [sbase][PATCH 1/1] Add missing header file Richard Ipsum
- Re: [hackers] [sbase][PATCH 0/1] Add missing header ... Elie Le Vaillant