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>
This commit is contained in:
Simon Glass
2025-05-15 17:31:48 -06:00
committed by Tom Rini
parent 22d4e22a3d
commit 85b013e3f4

View File

@@ -3,6 +3,7 @@
* Copyright 2019 Ramon Fried <rfried.dev@gmail.com>
*/
#include <env.h>
#include <net.h>
#include <net/pcap.h>
#include <time.h>