mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
f4cc52813c
POSIX specifies that inet_ntoa() is declared in arpa/inet.h, and that POLLRDNORM, etc. are defined in poll.h. gethostbyname() is not specified by POSIX, but the manpages in OpenBSD, FreeBSD, OS X, and glibc all state that it is declared in netdb.h. Without these headers, the build fails on OpenBSD and possibly other systems.