From: Jan Kiszka <[email protected]> Those are needed when including the header stand-alone.
Signed-off-by: Jan Kiszka <[email protected]> --- include/ebgenv.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ebgenv.h b/include/ebgenv.h index 990d318..a60c322 100644 --- a/include/ebgenv.h +++ b/include/ebgenv.h @@ -17,6 +17,8 @@ #pragma once #include <errno.h> +#include <stdbool.h> +#include <stdint.h> #define USERVAR_TYPE_CHAR 1 #define USERVAR_TYPE_UINT8 2 -- 2.31.1 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/08266e13-4c5a-3cf7-a33c-e6184083bef2%40web.de.
