c3f7841228
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30736 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
288 B
Diff
12 lines
288 B
Diff
--- a/modules/v4l/v4l.c
|
|
+++ b/modules/v4l/v4l.c
|
|
@@ -14,7 +14,7 @@
|
|
#include <fcntl.h>
|
|
#include <unistd.h>
|
|
#undef __STRICT_ANSI__ /* needed for RHEL4 kernel 2.6.9 */
|
|
-#include <linux/videodev.h>
|
|
+#include <libv4l1-videodev.h>
|
|
#include <pthread.h>
|
|
#include <re.h>
|
|
#include <baresip.h>
|