mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 05:01:43 +00:00
NETWORKING: fix missing SIOCGIFCONF for Haiku (#973)
This commit is contained in:
parent
41398761ba
commit
a2792531f6
@ -42,6 +42,10 @@
|
||||
#include <sys/socket.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifndef SIOCGIFCONF
|
||||
#include <sys/sockio.h>
|
||||
#endif
|
||||
|
||||
#ifndef _SIZEOF_ADDR_IFREQ
|
||||
#define _SIZEOF_ADDR_IFREQ sizeof
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user