add missing linux/limits.h

Needed for PATH_MAX
merge-requests/7/head
Caleb Connolly 2 years ago
parent 1752506e75
commit e705c38010
No known key found for this signature in database
GPG Key ID: 0583312B195F64B6
  1. 1
      gpt-utils.h

@ -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…
Cancel
Save