NETWORKING: fix missing SIOCGIFCONF for Haiku (#973)
This commit is contained in:
parent
41398761ba
commit
a2792531f6
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue