mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-27 05:20:50 +00:00
Fix OpenBSD build
Add #include <sys/types.h>, needed by #include <sys/socket.h>. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
687db4ed2e
commit
80bb8cba0a
@ -17,6 +17,7 @@ int inet_aton(const char *cp, struct in_addr *ia);
|
||||
|
||||
#else
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/tcp.h>
|
||||
|
Loading…
Reference in New Issue
Block a user