summaryrefslogtreecommitdiff
path: root/dvbdevice.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-06-01 11:33:12 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-06-01 11:33:12 +0200
commitbad922e955e9109de08223dc74bb7221c61d595e (patch)
treeeacbe63d7bf32b3063595949ba8b38183fbf7b43 /dvbdevice.h
parent23099d7ba0080ebca85be5002ef5f9c18b9b515b (diff)
downloadvdr-bad922e955e9109de08223dc74bb7221c61d595e.tar.gz
vdr-bad922e955e9109de08223dc74bb7221c61d595e.tar.bz2
Added a workaround for the broken linux-dvb driver header files
Diffstat (limited to 'dvbdevice.h')
-rw-r--r--dvbdevice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dvbdevice.h b/dvbdevice.h
index e9aa9f8b..58e4450c 100644
--- a/dvbdevice.h
+++ b/dvbdevice.h
@@ -4,12 +4,13 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbdevice.h 2.5 2009/05/08 13:33:46 kls Exp $
+ * $Id: dvbdevice.h 2.6 2009/06/01 11:20:32 kls Exp $
*/
#ifndef __DVBDEVICE_H
#define __DVBDEVICE_H
+#include <sys/mman.h> // FIXME: workaround for broken linux-dvb header files
#include <linux/dvb/frontend.h>
#include <linux/dvb/version.h>
#include "device.h"