CI: Fix BSD/OSX compilation by adding missing #include
This commit is contained in:
parent
54e7e8c03d
commit
8a8242fbda
@ -34,6 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
|||||||
#include <net/if.h>
|
#include <net/if.h>
|
||||||
#include <net/if_dl.h>
|
#include <net/if_dl.h>
|
||||||
#include <net/route.h>
|
#include <net/route.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
#define ifr_flagshigh ifr_flags
|
#define ifr_flagshigh ifr_flags
|
||||||
|
Loading…
Reference in New Issue
Block a user