summaryrefslogtreecommitdiff
path: root/multimedia/dvb-apps/patches/patch-util_scan_diseqc.h
blob: d3c7711c640525b2f6df569c16a1fb208c219bb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-util_scan_diseqc.h,v 1.1.1.1 2011/07/13 23:42:16 jmcneill Exp $

--- util/scan/diseqc.h.orig	2011-06-28 05:50:24.000000000 +0000
+++ util/scan/diseqc.h
@@ -2,7 +2,11 @@
 #define __DISEQC_H__
 
 #include <stdint.h>
+#ifdef __NetBSD__
+#include <dev/dtv/dtvio.h>
+#else
 #include <linux/dvb/frontend.h>
+#endif
 
 
 struct diseqc_cmd {