linux: fix compilation with musl

PR-URL: https://github.com/libuv/libuv/pull/720
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
Saúl Ibarra Corretgé 2016-02-09 17:40:04 +01:00
parent 7dc1bd9230
commit befe1550b9

View File

@ -52,7 +52,7 @@
# endif
# include <sys/socket.h>
# include <net/ethernet.h>
# include <linux/if_packet.h>
# include <netpacket/packet.h>
#endif /* HAVE_IFADDRS_H */
/* Available from 2.6.32 onwards. */