Pullup ticket #3517 - requested by jnemeth
[pkgsrcv2.git] / graphics / unicap / patches / patch-ae
1 $NetBSD: patch-ae,v 1.1.1.1 2008/09/09 11:50:18 jmcneill Exp $
2
3
4 --- libucil/avi.h.orig  2008-06-12 11:25:11.000000000 -0400
5 +++ libucil/avi.h
6 @@ -21,7 +21,12 @@
7  # define       AVI_H_
8  
9  #include <sys/types.h>
10 +#ifdef __linux__
11  #include <linux/types.h>
12 +#elif defined(__NetBSD__)
13 +/* for __uN/__sN typedefs */
14 +#include <sys/videoio.h>
15 +#endif
16  
17  typedef struct
18  {