mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Wii buildfix
This commit is contained in:
parent
8f7b5a1050
commit
39de84eb05
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ bool socket_connect_with_timeout(int fd, void *data, unsigned timeout)
|
|||
return false;
|
||||
}
|
||||
|
||||
#ifdef SO_ERROR
|
||||
#if !defined(GEKKO) && defined(SO_ERROR)
|
||||
{
|
||||
int error = -1;
|
||||
socklen_t errsz = sizeof(error);
|
||||
|
|
Loading…
Add table
Reference in a new issue