$NetBSD: patch-ac,v 1.1.1.1 2008/09/09 11:50:18 jmcneill Exp $


--- libucil/yuvops.c.orig	2008-06-12 11:25:11.000000000 -0400
+++ libucil/yuvops.c
@@ -13,8 +13,12 @@
 #include "ucil.h"
 
 #include <sys/types.h>
+#ifdef __linux__
 #include <linux/types.h>
-
+#elif defined(__NetBSD__)
+/* for __uN/__sN typedefs */
+#include <sys/videoio.h>
+#endif
 
 
 #define CLIP(v,l,h) (((v)<(l))?(l):(v)>(h)?(h):(v))
