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


--- libucil/avi.h.orig	2008-06-12 11:25:11.000000000 -0400
+++ libucil/avi.h
@@ -21,7 +21,12 @@
 # define   	AVI_H_
 
 #include <sys/types.h>
+#ifdef __linux__
 #include <linux/types.h>
+#elif defined(__NetBSD__)
+/* for __uN/__sN typedefs */
+#include <sys/videoio.h>
+#endif
 
 typedef struct
 {
