From f153c737edd2dee65f843ee2d6fbcbed788b206d Mon Sep 17 00:00:00 2001 From: Thomas Guillem Date: Fri, 8 Mar 2019 11:05:24 +0100 Subject: [PATCH] intf: fix win32 build win32/dirs.c seems to be the only one file using libvlc.h without including vlc_interface.h before --- src/libvlc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libvlc.h b/src/libvlc.h index 2f4cf77b80..645f847568 100644 --- a/src/libvlc.h +++ b/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 {