0
0
mirror of https://github.com/bol-van/zapret.git synced 2025-06-29 18:21:16 +00:00

nfqws: old gcc 4.x compat

This commit is contained in:
bol-van 2025-06-13 11:44:11 +03:00
parent f88c9a662d
commit 9776d5d8a9

View File

@ -34,6 +34,7 @@
#include <linux/genetlink.h>
#include <libmnl/libmnl.h>
#include <net/if.h>
#define _LINUX_IF_H // prevent conflict between linux/if.h and net/if.h in old gcc 4.x
#include <linux/wireless.h>
#include <sys/ioctl.h>
#endif