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 --- net/bootp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'net/bootp.c') diff --git a/net/bootp.c b/net/bootp.c index 505489140e..c73a82e642 100644 --- a/net/bootp.c +++ b/net/bootp.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include "bootp.h" #ifdef CONFIG_LED_STATUS -- cgit v1.2.3