2009-01-08 02:08:37 +01:00
|
|
|
$NetBSD: patch-aa,v 1.2 2009/01/08 01:08:37 jmcneill Exp $
|
2008-09-09 13:50:18 +02:00
|
|
|
|
|
|
|
|
2009-01-08 02:08:37 +01:00
|
|
|
--- libucil/colorspace.c.orig 2008-10-01 04:14:46.000000000 -0400
|
|
|
|
+++ libucil/colorspace.c
|
2008-09-09 13:50:18 +02:00
|
|
|
@@ -25,7 +25,12 @@
|
|
|
|
#endif //HAVE_AVCODEC
|
|
|
|
|
|
|
|
#include <sys/types.h>
|
|
|
|
+#ifdef __linux__
|
|
|
|
#include <linux/types.h>
|
|
|
|
+#elif defined(__NetBSD__)
|
|
|
|
+/* for __uN/__sN typedefs */
|
|
|
|
+#include <sys/videoio.h>
|
|
|
|
+#endif
|
|
|
|
#include <glib.h>
|
|
|
|
#include <string.h>
|
|
|
|
|