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/uuid.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/uuid.c') diff --git a/lib/uuid.c b/lib/uuid.c index c1cb9df6aa..bdb137884c 100644 --- a/lib/uuid.c +++ b/lib/uuid.c @@ -6,6 +6,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3