qcap: Fix compilation on older systems.
This commit is contained in:
parent
9dcc21e3e7
commit
98166a5980
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue