Commit f684355f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Missing #include

parent b8610e40
...@@ -42,6 +42,8 @@ ...@@ -42,6 +42,8 @@
# include <sys/stat.h> # include <sys/stat.h>
#endif #endif
#include "../libvlc.h"
static const char * meta_type_to_string[VLC_META_TYPE_COUNT] = static const char * meta_type_to_string[VLC_META_TYPE_COUNT] =
{ {
[vlc_meta_Title] = N_("Title"), [vlc_meta_Title] = N_("Title"),
......
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
#include <vlc_charset.h> #include <vlc_charset.h>
#include <vlc_sout.h> #include <vlc_sout.h>
#include "../stream_output/stream_output.h" #include "../stream_output/stream_output.h"
#include "../libvlc.h"
/***************************************************************************** /*****************************************************************************
* Local prototypes. * Local prototypes.
......
...@@ -26,8 +26,8 @@ ...@@ -26,8 +26,8 @@
#endif #endif
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include "vlc_xml.h" #include "vlc_xml.h"
#include "../libvlc.h"
/***************************************************************************** /*****************************************************************************
* xml_Create: * xml_Create:
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include "vlc_playlist.h" #include "vlc_playlist.h"
#include "vlc_events.h" #include "vlc_events.h"
#include "playlist_internal.h" #include "playlist_internal.h"
#include "../libvlc.h"
static void RunSD( services_discovery_t *p_sd ); static void RunSD( services_discovery_t *p_sd );
......
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