]> git.sesse.net Git - vlc/blobdiff - modules/access/v4l2.c
Round 3 :)
[vlc] / modules / access / v4l2.c
index 1f60f2c6d6bed3854c5c89cae47d93107cf0ce68..1e289ebe83479d8af95933137135a2b61121458b 100644 (file)
@@ -28,8 +28,9 @@
 #include <string.h>
 
 #include <vlc/vlc.h>
-#include <<vlc_input.h>>
-#include <<vlc_vout.h>>
+#include <vlc_access.h>
+#include <vlc_input.h>
+#include <vlc_vout.h>
 
 #include <fcntl.h>
 #include <unistd.h>