$NetBSD: patch-bb,v 1.2 2014/08/08 21:28:06 wiz Exp $

--- sys/v4l2/v4l2_calls.h.orig	2014-05-10 07:30:15.000000000 +0000
+++ sys/v4l2/v4l2_calls.h
@@ -29,7 +29,11 @@
 #ifdef HAVE_LIBV4L2
 #  include <libv4l2.h>
 #else
+#ifdef __NetBSD__
+#include <sys/videoio.h>
+#else
 #  include <linux/videodev2.h>
+#endif
 #  include <sys/ioctl.h>
 #  include <sys/mman.h>
 #  include <unistd.h>
