Browse Source

vlc_arrays: add missing include

vlc_events.h will be removed.
vlc_events.h, that is included by vlc_input_item.h, includes vlc_common.h indirectly.
pull/162/head
Thomas Guillem 3 years ago
committed by Jean-Baptiste Kempf
parent
commit
2484e2cbc7
  1. 2
      include/vlc_arrays.h

2
include/vlc_arrays.h

@ -24,6 +24,8 @@
#ifndef VLC_ARRAYS_H_
#define VLC_ARRAYS_H_
#include <vlc_common.h>
/**
* \file
* This file defines functions, structures and macros for handling arrays in vlc

Loading…
Cancel
Save