mirror of
https://github.com/linux-msm/qbootctl
synced 2024-11-27 00:23:26 +08:00
Fix to << uint32_t has not been declared >>
This commit is contained in:
parent
77b48f092a
commit
df63d7c21c
@ -30,6 +30,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <limits.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "gpt-utils.h"
|
||||
|
@ -37,6 +37,7 @@ extern "C" {
|
||||
#endif
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define GPT_SIGNATURE "EFI PART"
|
||||
#define HEADER_SIZE_OFFSET 12
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <cstdint>
|
||||
|
||||
#include "bootctrl.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user