14 lines
427 B
Diff
14 lines
427 B
Diff
|
Index: libdc1394-2.2.3/examples/dc1394_vloopback.c
|
||
|
===================================================================
|
||
|
--- libdc1394-2.2.3.orig/examples/dc1394_vloopback.c
|
||
|
+++ libdc1394-2.2.3/examples/dc1394_vloopback.c
|
||
|
@@ -46,7 +46,7 @@
|
||
|
#include <signal.h>
|
||
|
#define _LINUX_TIME_H
|
||
|
#define _DEVICE_H_
|
||
|
-#include <linux/videodev.h>
|
||
|
+#include <libv4l1-videodev.h>
|
||
|
#include <getopt.h>
|
||
|
#include <stdint.h>
|
||
|
#include <inttypes.h>
|