qcap: Fix compilation on older systems.

This commit is contained in:
Dmitry Timoshkov 2013-01-15 12:47:00 +08:00 committed by Alexandre Julliard
parent 9dcc21e3e7
commit 98166a5980
1 changed files with 2 additions and 1 deletions

View File

@ -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