From: Simon Glass Date: Thu, 15 May 2025 23:31:48 +0000 (-0600) Subject: net: Include env.h in pcap.c X-Git-Tag: v2025.10-rc1~118^2~65^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85b013e3f43ff4fa50ced6a23ba336813eaf9320;p=thirdparty%2Fu-boot.git net: Include env.h in pcap.c This file uses the environment but does not include the header file. Update it. Signed-off-by: Simon Glass --- diff --git a/net/pcap.c b/net/pcap.c index c959e3e4e51..d1d6f705cda 100644 --- a/net/pcap.c +++ b/net/pcap.c @@ -3,6 +3,7 @@ * Copyright 2019 Ramon Fried */ +#include #include #include #include