NETWORKING: fix missing SIOCGIFCONF for Haiku (#973)

This commit is contained in:
Schrijvers Luc 2017-07-17 21:35:23 +02:00 committed by Eugene Sandulenko
parent 41398761ba
commit a2792531f6

View File

@ -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