aboutsummaryrefslogtreecommitdiff
path: root/net/pcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/pcap.c')
-rw-r--r--net/pcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pcap.c b/net/pcap.c
index c959e3e..4036d8a 100644
--- a/net/pcap.c
+++ b/net/pcap.c
@@ -3,10 +3,10 @@
* Copyright 2019 Ramon Fried <rfried.dev@gmail.com>
*/
+#include <common.h>
#include <net.h>
#include <net/pcap.h>
#include <time.h>
-#include <linux/errno.h>
#include <asm/io.h>
#define LINKTYPE_ETHERNET 1