From 181395be871187bf42df40892189c5d2880833eb Mon Sep 17 00:00:00 2001 From: bol-van Date: Wed, 4 Feb 2026 15:14:49 +0300 Subject: [PATCH] nfqws2: compile compat --- nfq2/random.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nfq2/random.h b/nfq2/random.h index 6a3bc06..8575f8e 100644 --- a/nfq2/random.h +++ b/nfq2/random.h @@ -24,4 +24,8 @@ ssize_t getrandom(void *ptr, size_t len, unsigned int flags); #endif +#elif defined(__CYGWIN__) + +#include + #endif