Add files from parent branch HEAD:
[pkgsrcv2.git] / graphics / unicap / patches / patch-ae
1 $NetBSD$
2
3
4 --- libucil/avi.h.orig  2008-09-08 23:09:57.000000000 -0400
5 +++ libucil/avi.h       2008-09-08 23:10:19.000000000 -0400
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  {