mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-09-13 06:53:22 -06:00
sockaddr_in is a forward declaration on *BSD, explicitly include the correct header
This commit is contained in:

committed by
Nadia Holmquist Pedersen

parent
111fc6a343
commit
dffc2d7cc5
@ -18,6 +18,7 @@
|
||||
#include <poll.h>
|
||||
#include <signal.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/tcp.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user