mirror of
https://github.com/linux-msm/qbootctl
synced 2024-11-23 14:43:29 +08:00
add missing linux/limits.h
Needed for PATH_MAX
This commit is contained in:
parent
1752506e75
commit
e705c38010
@ -38,6 +38,7 @@ extern "C" {
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <linux/limits.h>
|
||||
|
||||
#define GPT_SIGNATURE "EFI PART"
|
||||
#define HEADER_SIZE_OFFSET 12
|
||||
|
Loading…
Reference in New Issue
Block a user