From e705c38010fe5754020e1264a626dec81206c785 Mon Sep 17 00:00:00 2001 From: Caleb Connolly Date: Mon, 15 May 2023 20:26:28 +0100 Subject: [PATCH] add missing linux/limits.h Needed for PATH_MAX --- gpt-utils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gpt-utils.h b/gpt-utils.h index f153012..9e3b86f 100644 --- a/gpt-utils.h +++ b/gpt-utils.h @@ -38,6 +38,7 @@ extern "C" { #include #include #include +#include #define GPT_SIGNATURE "EFI PART" #define HEADER_SIZE_OFFSET 12