Commit 42771911 authored by Felix Abecassis's avatar Felix Abecassis Committed by Jean-Baptiste Kempf

Add missing include in order to provide a declaration of _pipe under MSVC.

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 9c077c0d
......@@ -44,6 +44,11 @@
#include <vlc_fs.h>
#include "libvlc.h" /* vlc_mkdir */
#ifdef _MSC_VER
# define __STDC__ 1
# include <io.h> /* _pipe */
#endif
static wchar_t *widen_path (const char *path)
{
wchar_t *wpath;
......
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