Files
pkgsrc-ng/multimedia/dvb-apps/patches/patch-util_scan_diseqc.h
2013-09-26 17:14:40 +02:00

17 lines
349 B
C

$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 {