mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
qcap: Fix compilation on older systems.
This commit is contained in:
parent
9dcc21e3e7
commit
98166a5980
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue