mirror of
https://github.com/bol-van/zapret2.git
synced 2026-03-14 06:13:09 +00:00
nfqws2: compile compat
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
// shim for old NDK and old gcc linux compilers
|
||||
|
||||
#include <sys/syscall.h>
|
||||
|
||||
#if defined(__linux__)
|
||||
|
||||
#include <sys/syscall.h>
|
||||
|
||||
#if defined(__ANDROID__) && __ANDROID_API__ < 28 || !defined(SYS_getrandom)
|
||||
|
||||
#define NEED_GETRANDOM
|
||||
|
||||
Reference in New Issue
Block a user