]> git.sesse.net Git - vlc/commitdiff
Include repairing for dc1394
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 15 Dec 2006 23:50:28 +0000 (23:50 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 15 Dec 2006 23:50:28 +0000 (23:50 +0000)
modules/access/dc1394.c

index 1bed7254a1e8e801b6eeb782a54c7e9d4aaef190..85be3d1a59e001e9b4455ce8da00e582071f406e 100644 (file)
@@ -27,8 +27,9 @@
  *****************************************************************************/
 
 #include <vlc/vlc.h>
-#include <vlc/input.h>
-#include <vlc/vout.h>
+#include <vlc_input.h>
+#include <vlc_vout.h>
+#include <vlc_demux.h>
 
 #include <stdio.h>
 #include <stdlib.h>