(Win32) Buildfix

This commit is contained in:
twinaphex 2016-03-03 02:10:34 +01:00
parent 88b3b9a08d
commit 4fce2e74ac

View File

@ -24,8 +24,6 @@
#include <stdlib.h>
#include <string.h>
#include <boolean.h>
#ifndef _WIN32
#include <arpa/inet.h>
#include <sys/socket.h>
@ -36,9 +34,9 @@
#else
#include <ifaddrs.h>
#endif
#endif
#include <net/net_ifinfo.h>
#endif
void net_ifinfo_free(net_ifinfo_t *list)
{