1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-27 04:21:53 +02:00

control/media_descriptor.c: Include playlist.h for the preparser.

This commit is contained in:
Pierre d'Herbemont 2007-08-22 16:49:43 +00:00
parent 18f877f562
commit 0bc4a41383

View File

@ -25,6 +25,9 @@
#include <vlc_input.h>
#include <vlc_meta.h>
/* For the preparser */
#include <vlc_playlist.h>
#include "libvlc_internal.h"
static const vlc_meta_type_t libvlc_to_vlc_meta[] =