mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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:
@@ -3,6 +3,7 @@
|
|||||||
* Copyright 2019 Ramon Fried <rfried.dev@gmail.com>
|
* Copyright 2019 Ramon Fried <rfried.dev@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <env.h>
|
||||||
#include <net.h>
|
#include <net.h>
|
||||||
#include <net/pcap.h>
|
#include <net/pcap.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user