modules: include vlc_arrays.h when using DECL_ARRAY()

This commit is contained in:
Steve Lhomme 2023-05-02 15:03:00 +02:00
parent 4b66b40bf0
commit d08018e14a
4 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#endif
#include <vlc_common.h>
#include <vlc_arrays.h>
#include <vlc_plugin.h>
#include <vlc_demux.h>

View File

@ -21,6 +21,7 @@
#define VLC_MPEG4_IOD_H
#include <vlc_tick.h>
#include <vlc_arrays.h>
#define ES_DESCRIPTOR_COUNT 255
typedef enum

View File

@ -26,6 +26,7 @@ typedef struct ts_sections_processor_t ts_sections_processor_t;
#include "timestamps.h"
#include <vlc_common.h>
#include <vlc_arrays.h>
#include <vlc_es.h>
struct ts_pat_t

View File

@ -21,6 +21,7 @@
#define VLC_TIMESTAMPS_FILTER_H
#include <vlc_common.h>
#include <vlc_arrays.h>
#include <vlc_es_out.h>
#include "moving_avg.h"