Skip to content

Commit

Permalink
lib.h: add missing includes
Browse files Browse the repository at this point in the history
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
  • Loading branch information
SergiiDmytruk authored and vathpela committed Jan 29, 2024
1 parent 3b625ff commit 4a5dfbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@

#include <dirent.h>
#include <limits.h>
#include <sys/types.h>

#include <stddef.h>

#include <efivar/efivar-types.h>

struct efi_variable {
uint64_t attrs;
Expand Down

0 comments on commit 4a5dfbf

Please sign in to comment.