summaryrefslogtreecommitdiffstats
path: root/src/extra/checksum.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/extra/checksum.c')
-rw-r--r--src/extra/checksum.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/extra/checksum.c b/src/extra/checksum.c
index a650b64..33480af 100644
--- a/src/extra/checksum.c
+++ b/src/extra/checksum.c
@@ -17,6 +17,7 @@
#include <netinet/ip6.h>
#include <netinet/tcp.h>
+#include <linux/netfilter/nfnetlink_queue.h>
#include <libnetfilter_queue/libnetfilter_queue.h>
#include "internal.h"
@@ -80,7 +81,3 @@ uint16_t nfq_checksum_tcpudp_ipv6(struct ip6_hdr *ip6h, void *transport_hdr,
return nfq_checksum(sum, (uint16_t *)payload, len);
}
-
-/**
- * @}
- */