| Index: vboot_firmware/lib/cgptlib/include/gpt.h
|
| diff --git a/vboot_firmware/lib/cgptlib/include/gpt.h b/vboot_firmware/lib/cgptlib/include/gpt.h
|
| index 4ba016c38ccecbed4946f1930bbd71b27f7f1e73..a65317fbf961b151df6802f5a849ed4782221c98 100644
|
| --- a/vboot_firmware/lib/cgptlib/include/gpt.h
|
| +++ b/vboot_firmware/lib/cgptlib/include/gpt.h
|
| @@ -10,7 +10,7 @@
|
| #ifndef VBOOT_REFERENCE_CGPTLIB_GPT_H_
|
| #define VBOOT_REFERENCE_CGPTLIB_GPT_H_
|
|
|
| -#include <stdint.h>
|
| +#include "sysincludes.h"
|
|
|
| #define GPT_HEADER_SIGNATURE "EFI PART"
|
| #define GPT_HEADER_SIGNATURE_SIZE sizeof(GPT_HEADER_SIGNATURE)
|
|
|