mirror of
https://github.com/bol-van/zapret.git
synced 2025-01-06 08:20:34 +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 <sys/param.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
#ifdef __linux__
|
||||||
|
#include <linux/in.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "darkmagic.h"
|
#include "darkmagic.h"
|
||||||
#include "helpers.h"
|
#include "helpers.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user