nbs-system / naxsi

NAXSI is an open-source, high performance, low rules maintenance WAF for NGINX
GNU General Public License v3.0
4.8k stars 606 forks source link

Some includes are required for OpenBSD #545

Closed rapenne-s closed 3 years ago

rapenne-s commented 3 years ago

OpenBSD requires a few includes already defined in a conditional for FreeBSD, this adds OpenBSD as an alternative to FreeBSD in the condition.

Without those includes, there are compilation errors about AF_INET and AF_INET6 being undefined.