From 8da4a89fff69a9d8fd89154e8a0668a4925beabc Mon Sep 17 00:00:00 2001 From: bol-van Date: Tue, 20 Aug 2024 17:15:55 +0300 Subject: [PATCH] nfqws: define IPV6_FREEBIND if absent --- nfq/darkmagic.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nfq/darkmagic.h b/nfq/darkmagic.h index e1dbdf0..7a9a0b4 100644 --- a/nfq/darkmagic.h +++ b/nfq/darkmagic.h @@ -17,6 +17,10 @@ #include #include +#ifndef IPV6_FREEBIND +#define IPV6_FREEBIND 78 +#endif + #ifdef __CYGWIN__ #include "windivert/windivert.h" #endif