[Bug 291607] sysutils/pfstat failed to build on FreeBSD 15 ABI
Date: Fri, 19 Dec 2025 00:08:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291607 --- Comment #15 from Vladimir Druzenko <vvd@FreeBSD.org> --- (In reply to Simon Wollwage from comment #14) Try to replace: +-#include <altq/altq.h> +-#include <altq/altq_cbq.h> +-#include <altq/altq_priq.h> +-#include <altq/altq_hfsc.h> ++#include <net/altq/altq.h> ++#include <net/altq/altq_cbq.h> ++#include <net/altq/altq_priq.h> ++#include <net/altq/altq_hfsc.h> With: CFLAGS+= -I/usr/include/net in Makefile. Work for me. -- You are receiving this mail because: You are the assignee for the bug.