$NetBSD: patch-ab,v 1.1.1.1 2011/01/19 04:15:41 jmcneill Exp $ Fix v4l2 header path on NetBSD. --- va/va_backend_tpi.h.orig 2011-01-19 01:42:46.000000000 +0000 +++ va/va_backend_tpi.h @@ -32,7 +32,11 @@ #include #include +#if defined(__linux__) #include +#elif defined(__NetBSD__) +#include +#endif struct VADriverVTableTPI {