aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/osmo-pcap-test/l2_eth.c2
-rw-r--r--tests/osmo-pcap-test/l2_sll.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/osmo-pcap-test/l2_eth.c b/tests/osmo-pcap-test/l2_eth.c
index 3171fd7..34f003a 100644
--- a/tests/osmo-pcap-test/l2_eth.c
+++ b/tests/osmo-pcap-test/l2_eth.c
@@ -12,7 +12,7 @@
#include <arpa/inet.h>
#include <netinet/ip.h>
#include <linux/if_ether.h>
-#include <pcap/dlt.h>
+#include <pcap/bpf.h>
#include "proto.h"
diff --git a/tests/osmo-pcap-test/l2_sll.c b/tests/osmo-pcap-test/l2_sll.c
index 5a600ff..0f44e61 100644
--- a/tests/osmo-pcap-test/l2_sll.c
+++ b/tests/osmo-pcap-test/l2_sll.c
@@ -12,7 +12,7 @@
#include <arpa/inet.h>
#include <linux/if_ether.h>
#include <pcap/sll.h>
-#include <pcap/dlt.h>
+#include <pcap/bpf.h>
#include "proto.h"