Commit d75350e2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Include vlc_network.h in misc/messages for win32 for 'WSAGetLastError' and...

Include vlc_network.h in misc/messages for win32 for 'WSAGetLastError' and 'net_strerror'. If this is very wrong, please revert.
parent c4605ef9
......@@ -42,6 +42,10 @@
#include <errno.h> /* errno */
#ifdef WIN32
# include <vlc_network.h> /* 'net_strerror' and 'WSAGetLastError' */
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h> /* close(), write() */
#endif
......
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