From: Simon Glass <s...@chromium.org>

This file uses the environment but does not include the header file.
Update it.

Signed-off-by: Simon Glass <s...@chromium.org>
---
Changes in v3:
- None
---
 net/pcap.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/pcap.c b/net/pcap.c
index c959e3e4e511..d1d6f705cda0 100644
--- a/net/pcap.c
+++ b/net/pcap.c
@@ -3,6 +3,7 @@
  * Copyright 2019 Ramon Fried <rfried....@gmail.com>
  */
 
+#include <env.h>
 #include <net.h>
 #include <net/pcap.h>
 #include <time.h>
-- 
2.43.0

Reply via email to