Skip to content

Commit

Permalink
V4L/DVB (4340): Videodev.h should be included also when V4L1_COMPAT i…
Browse files Browse the repository at this point in the history
…s selected.

Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
mchehab committed Aug 8, 2006
1 parent 9f73763 commit 487206f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/media/v4l2-dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <linux/device.h>
#include <linux/mutex.h>
#include <linux/compiler.h> /* need __user */
#ifdef CONFIG_VIDEO_V4L1
#ifdef CONFIG_VIDEO_V4L1_COMPAT
#include <linux/videodev.h>
#else
#include <linux/videodev2.h>
Expand Down

0 comments on commit 487206f

Please sign in to comment.