Fragroute relies on down-level lib/queue.h which is
copied from older versions of FreeBSD. Depending on the
order of includes, some source files were using
it, and others were picking up /usr/include/sys/queue.h.
Fix is to ensure that there is a lib/queue.h include before
any #include defines.h
Fragroute relies on down-level
lib/queue.h
which is copied from older versions of FreeBSD. Depending on the order of includes, some source files were using it, and others were picking up/usr/include/sys/queue.h
.Fix is to ensure that there is a
lib/queue.h
include before any#include defines.h