[Bug 264625] Including <arpa/inet.h> and <netinet/if_ether.h> causes unknown type name 'u_char'

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 12 Jun 2022 09:51:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264625

Willem Jan Withagen <wjw@digiware.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wjw@digiware.nl

--- Comment #1 from Willem Jan Withagen <wjw@digiware.nl> ---
(In reply to Yuri Victorovich from comment #0)

# man inet

tels you that it requires:
     #include <sys/types.h>
     #include <sys/socket.h>
     #include <netinet/in.h>
     #include <arpa/inet.h>

So perhaps that fixes your problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.