Skip to content

Commit

Permalink
fu-uefi-common.h: Fix efivar compatibility with FreeBSD
Browse files Browse the repository at this point in the history
Signed-off-by: Norbert Kamiński <norbert.kaminski@3mdeb.com>
  • Loading branch information
Asiderr authored and hughsie committed Jan 21, 2022
1 parent a580de8 commit 7fdf7c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/uefi-capsule/fu-uefi-common.h
Expand Up @@ -9,7 +9,10 @@

#include <fwupdplugin.h>

#ifdef HAVE_EFI_TIME_T
#include <efivar/efivar.h>
#endif

#include <glib.h>

#define EFI_CAPSULE_HEADER_FLAGS_PERSIST_ACROSS_RESET 0x00010000
Expand Down

0 comments on commit 7fdf7c6

Please sign in to comment.