mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-07-10 13:51:28 -05:00
TAPServerConnection: Fix builds with LLVM toolchain
On an Alpine system using a full LLVM toolchain, building fails because `fd_set`/`timeval` are undefined.
This commit is contained in:
parent
8230647205
commit
d52afbf83b
|
|
@ -11,6 +11,7 @@
|
|||
#include <ws2ipdef.h>
|
||||
#else
|
||||
#include <netinet/in.h>
|
||||
#include <sys/select.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/un.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user