Browse Source

intf: fix win32 build

win32/dirs.c seems to be the only one file using libvlc.h without including
vlc_interface.h before
pull/85/head
Thomas Guillem 7 years ago
parent
commit
f153c737ed
  1. 1
      src/libvlc.h

1
src/libvlc.h

@ -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
{

Loading…
Cancel
Save