mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-03 08:58:13 +02:00
13 lines
332 B
Diff
13 lines
332 B
Diff
|
diff --git a/extensions/xt_ipp2p.c b/extensions/xt_ipp2p.c
|
||
|
index eba0b55..ec0f216 100644
|
||
|
--- a/extensions/xt_ipp2p.c
|
||
|
+++ b/extensions/xt_ipp2p.c
|
||
|
@@ -6,7 +6,6 @@
|
||
|
#include <linux/netfilter_ipv4/ip_tables.h>
|
||
|
#include <net/tcp.h>
|
||
|
#include <net/udp.h>
|
||
|
-#include <asm/unaligned.h>
|
||
|
#include "xt_ipp2p.h"
|
||
|
#include "compat_xtables.h"
|
||
|
|