Commit b278bb85 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vlc_networh.h: close() needs <unistd.h>

Reported-by: default avatarMyung-Hun KO <komh78@gmail.com>
parent 9a617608
......@@ -64,6 +64,8 @@ struct msghdr
# define IPV6_V6ONLY 27
# endif
#else
# include <sys/types.h>
# include <unistd.h>
# include <sys/socket.h>
# include <netinet/in.h>
# include <netdb.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment