1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-24 20:48:52 +02:00

intf: fix win32 build

win32/dirs.c seems to be the only one file using libvlc.h without including
vlc_interface.h before
This commit is contained in:
Thomas Guillem 2019-03-08 11:05:24 +01:00
parent 12fa60c726
commit f153c737ed

View File

@ -177,6 +177,7 @@ typedef struct vlc_keystore vlc_keystore;
typedef struct vlc_actions_t vlc_actions_t;
typedef struct vlc_playlist vlc_playlist_t;
typedef struct vlc_media_source_provider_t vlc_media_source_provider_t;
typedef struct intf_thread_t intf_thread_t;
typedef struct libvlc_priv_t
{