diff options
Diffstat (limited to 'net/pcap.c')
-rw-r--r-- | net/pcap.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <rfried.dev@gmail.com> */ +#include <env.h> #include <net.h> #include <net/pcap.h> #include <time.h> |