The attached patch fixes building ulogd2 with musl libc. It is being used on Void Linux right now. https://bugzilla.netfilter.org/show_bug.cgi?id=1278 Thanks, -- Cameron Nemo
diff --git a/src/ulogd.c b/src/ulogd.c index b8bc57c..eb119f9 100644 --- a/src/ulogd.c +++ b/src/ulogd.c @@ -65,6 +65,7 @@ #include <sys/time.h> #include <sys/stat.h> #include <sched.h> +#include <linux/limits.h> #include <ulogd/conffile.h> #include <ulogd/ulogd.h> #ifdef DEBUG