[Bug 285924] netinet/ip.h should pull in its required type definitions
Date: Mon, 07 Apr 2025 23:42:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285924 Ed Maste <emaste@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org --- Comment #1 from Ed Maste <emaste@freebsd.org> --- In ip(4)'s SYNOPSIS section the required headers are listed: #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> It's typical for BSD headers to require explicit #includes of dependencies. -- You are receiving this mail because: You are the assignee for the bug.