mirror of
https://github.com/bol-van/zapret.git
synced 2025-01-03 23:10:35 +05:00
nfqws: missing linux-specific header
This commit is contained in:
parent
207cde9eb6
commit
a73e86df3b
@ -8,6 +8,9 @@
|
||||
#include <sys/param.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#ifdef __linux__
|
||||
#include <linux/in.h>
|
||||
#endif
|
||||
|
||||
#include "darkmagic.h"
|
||||
#include "helpers.h"
|
||||
|
Loading…
Reference in New Issue
Block a user