]> git.sesse.net Git - vlc/commitdiff
vcdx: compilation fix
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 24 May 2009 16:37:55 +0000 (18:37 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 24 May 2009 16:37:55 +0000 (18:37 +0200)
modules/access/vcdx/vcd.h

index 23685cfe8bd9ff448a216919643617b2f073b56c..3fd55629e34836334bb5cb720c9a8031792cd249 100644 (file)
  *****************************************************************************/
 
 #include <libvcd/info.h>
+#include <vlc_interface.h>
 
 #define VCD_MRL_PREFIX "vcdx://"
 
 /*****************************************************************************
  * vcd_data_t: structure for communication between access and intf.
  *****************************************************************************/
-typedef struct
-{
+typedef struct {
 #ifdef FINISHED
     vcdplay_ptr             vmg;
 #endif