blob: fe870f71e276f4aa7cf41c1d0fba36013ed5348d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-input_dvb.c,v 1.1 2011/07/10 16:52:25 jmcneill Exp $
--- src/input/input_dvb.c.orig 2010-07-24 22:09:09.000000000 +0000
+++ src/input/input_dvb.c
@@ -97,9 +97,13 @@
#endif
#include <ctype.h>
+#ifdef HAVE_DEV_DTV_DTVIO_H
+#include <dev/dtv/dtvio.h>
+#else
/* These will eventually be #include <linux/dvb/...> */
#include "dvb/dmx.h"
#include "dvb/frontend.h"
+#endif
#define LOG_MODULE "input_dvb"
#define LOG_VERBOSE
|