From ba06b3c50b4b275b66822dac8a894cd5ec508944 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 10 May 2020 11:39:52 -0600 Subject: common: Drop uuid.h from common header Move this uncommon header out of the common header. Signed-off-by: Simon Glass --- lib/efi_loader/efi_variable.c | 1 + lib/uuid.c | 1 + lib/vsprintf.c | 1 + 3 files changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/efi_loader/efi_variable.c b/lib/efi_loader/efi_variable.c index 1089268..0408079 100644 --- a/lib/efi_loader/efi_variable.c +++ b/lib/efi_loader/efi_variable.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/uuid.c b/lib/uuid.c index c1cb9df..bdb1378 100644 --- a/lib/uuid.c +++ b/lib/uuid.c @@ -6,6 +6,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/vsprintf.c b/lib/vsprintf.c index b4edee2..de9ef90 100644 --- a/lib/vsprintf.c +++ b/lib/vsprintf.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include -- cgit v1.1