19 lines
359 B
Plaintext
19 lines
359 B
Plaintext
$NetBSD: patch-ae,v 1.2 2009/01/08 01:08:37 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
|
|
{
|