https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285924
Ed Maste <ema...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ema...@freebsd.org --- Comment #1 from Ed Maste <ema...@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.