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

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