Commit 98166a59 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

qcap: Fix compilation on older systems.

parent 9dcc21e3
......@@ -47,7 +47,8 @@
#endif
#ifdef HAVE_LIBV4L1_H
#include <libv4l1.h>
#elif defined(HAVE_LINUX_VIDEODEV_H)
#endif
#ifdef HAVE_LINUX_VIDEODEV_H
#include <linux/videodev.h>
#endif
#ifdef HAVE_UNISTD_H
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment