diff options
-rw-r--r-- | sys/v4l2/v4l2_calls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/v4l2/v4l2_calls.h b/sys/v4l2/v4l2_calls.h index 5a4bd8433..0437ebf39 100644 --- a/sys/v4l2/v4l2_calls.h +++ b/sys/v4l2/v4l2_calls.h @@ -29,7 +29,7 @@ #ifdef HAVE_LIBV4L2 # include <libv4l2.h> #else -# include <linux/videodev2.h> +# include "ext/videodev2.h" # include <sys/ioctl.h> # include <sys/mman.h> # include <unistd.h> |