diff --git a/video.c b/video.c index c656452..5b3018e 100644 --- a/video.c +++ b/video.c @@ -7,12 +7,12 @@ * See also the file 'COPYING'. * */ -#if (!defined(WITHOUT_V4L)) && (defined(HAVE_LINUX_VIDEODEV_H)) - /* Common stuff: */ #include "rotate.h" /* already includes motion.h */ #include "video.h" +#if defined(HAVE_LINUX_VIDEODEV_H) && !defined(WITHOUT_V4L) + /** * v4l_picture_controls */