]> git.sesse.net Git - vlc/blobdiff - include/vlc_input_item.h
alsa: fix a memory leak.
[vlc] / include / vlc_input_item.h
index 3ad41a69882489a3eeff4733dca497987aa9cad0..8bf825f870000d7350fa03d378dc82e44a7acd2c 100644 (file)
@@ -32,6 +32,7 @@
 
 #include <vlc_meta.h>
 #include <vlc_epg.h>
+#include <vlc_events.h>
 
 #include <string.h>
 
@@ -86,7 +87,6 @@ struct input_item_t
     vlc_mutex_t lock;                 /**< Lock for the item */
 
     uint8_t     i_type;              /**< Type (file, disc, ... see input_item_type_e) */
-    bool        b_prefers_tree;      /**< Do we prefer being displayed as tree*/
     bool        b_fixed_name;        /**< Can the interface change the name ?*/
     bool        b_error_when_reading;/**< Error When Reading */
 };