From 6924bf4723a62fd6aaf65d7f690bbb426b9f2992 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Fri, 22 Aug 2025 18:52:56 +0800 Subject: [PATCH] uboot-mtk-20250711: net: add missing header Signed-off-by: Tianling Shen --- uboot-mtk-20250711/net/net.c | 1 + 1 file changed, 1 insertion(+) diff --git a/uboot-mtk-20250711/net/net.c b/uboot-mtk-20250711/net/net.c index 2bf69f36f..e357d0755 100644 --- a/uboot-mtk-20250711/net/net.c +++ b/uboot-mtk-20250711/net/net.c @@ -111,6 +111,7 @@ #include #include #include +#include #include "arp.h" #include "bootp.h" #include "cdp.h"