diff options
Diffstat (limited to 'lib/libavb/avb_sysdeps.h')
-rw-r--r-- | lib/libavb/avb_sysdeps.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libavb/avb_sysdeps.h b/lib/libavb/avb_sysdeps.h index f52428cc62..aece8e0a01 100644 --- a/lib/libavb/avb_sysdeps.h +++ b/lib/libavb/avb_sysdeps.h @@ -19,7 +19,9 @@ extern "C" { * like uint8_t, uint64_t, and bool (with |false|, |true| keywords) * must be present. */ -#include <common.h> +#include <stdio.h> +#include <stdbool.h> +#include <linux/types.h> /* If you don't have gcc or clang, these attribute macros may need to * be adjusted. |