diff options
Diffstat (limited to 'src/drivers/vpd/vpd.h')
-rw-r--r-- | src/drivers/vpd/vpd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/vpd/vpd.h b/src/drivers/vpd/vpd.h index 14b002c8f6..244a7be6d7 100644 --- a/src/drivers/vpd/vpd.h +++ b/src/drivers/vpd/vpd.h @@ -7,6 +7,8 @@ #ifndef __VPD_H__ #define __VPD_H__ +#include <stdint.h> + #define GOOGLE_VPD_2_0_OFFSET 0x600 enum vpd_region { |