From e262227d65afa0978e064e38079e26a8c8d478ac Mon Sep 17 00:00:00 2001 From: Alex Eganov <2491742+alex-eganov@users.noreply.github.com> Date: Sat, 1 Feb 2025 09:02:13 +1100 Subject: Fix missing header file for build on freebsd (macos) (#60) --- nDPIsrvd.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nDPIsrvd.c b/nDPIsrvd.c index 89f697b85..4e5f7c11d 100644 --- a/nDPIsrvd.c +++ b/nDPIsrvd.c @@ -1,3 +1,6 @@ +#if defined(__FreeBSD__) || defined(__APPLE__) +#include +#endif #include #include #include -- cgit v1.2.3