nfqws: missing linux-specific header

This commit is contained in:
bol-van 2024-08-29 08:50:18 +03:00
parent 207cde9eb6
commit a73e86df3b

View File

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