include: fix missing type for libvlc_media_list

This commit is contained in:
Alexandre Janniaux 2022-04-08 12:30:19 +02:00 committed by Jean-Baptiste Kempf
parent 22bf21e50f
commit dae57d2b9b
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@
#ifndef LIBVLC_MEDIA_LIST_H
#define LIBVLC_MEDIA_LIST_H 1
typedef struct libvlc_media_t libvlc_media_t;
# ifdef __cplusplus
extern "C" {
# endif