net: Include env.h in pcap.c
authorSimon Glass <sjg@chromium.org>
Thu, 15 May 2025 23:31:48 +0000 (17:31 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 29 May 2025 14:30:25 +0000 (08:30 -0600)
commit85b013e3f43ff4fa50ced6a23ba336813eaf9320
tree8f7b8beeb07be2fe205519eb6a39cb62bf4d0bf5
parent22d4e22a3d2e8a95c37c0635701daaee8d5a5c6b
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 <sjg@chromium.org>
net/pcap.c