Template
1
0
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:
bol-van
2026-02-04 15:12:23 +03:00
parent 7f8f64a355
commit fb71a41ea5

View File

@@ -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