Branch: refs/heads/libnozzle-fixes Home: https://github.com/kronosnet/kronosnet Commit: 364d72b22eec4f4b4e0ce30c17c58582cbe9839d https://github.com/kronosnet/kronosnet/commit/364d72b22eec4f4b4e0ce30c17c585... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2026-05-12 (Tue, 12 May 2026)
Changed paths: M libnozzle/internals.h
Log Message: ----------- libnozzle: add netinet/in.h include to internals.h for struct in6_addr
The _ipv6_prefix_to_mask() function declaration uses struct in6_addr in its parameter list, but internals.h didn't include netinet/in.h to define the type. This caused compilation failures on FreeBSD where the type wasn't available through transitive includes.
Signed-off-by: Fabio M. Di Nitto fabbione@kronosnet.org Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com
To unsubscribe from these emails, change your notification settings at https://github.com/kronosnet/kronosnet/settings/notifications