add missing linux/limits.h

Needed for PATH_MAX
This commit is contained in:
Caleb Connolly 2023-05-15 20:26:28 +01:00
parent 1752506e75
commit e705c38010
No known key found for this signature in database
GPG Key ID: 0583312B195F64B6

View File

@ -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