aboutsummaryrefslogtreecommitdiffstats
path: root/dvb.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-07-21 05:56:48 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-07-21 05:56:48 +0000
commit502542cb6d6348bfa90b1686e981440e22401e3c (patch)
tree276fb7a887050a882906bdcac0d576dea9f28ffb /dvb.c
parent6ae60a46a83b070e7ed257e07a3bbd14db18dea7 (diff)
downloadlcd4linux-502542cb6d6348bfa90b1686e981440e22401e3c.tar.gz
[lcd4linux @ 2003-07-21 05:56:48 by reinelt]
check for HAVE_LINUX_DVB_FRONTEND_H needs config.h git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@199 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r--dvb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dvb.c b/dvb.c
index 53bf8d7..ce5da63 100644
--- a/dvb.c
+++ b/dvb.c
@@ -42,6 +42,8 @@
#include <sys/ioctl.h>
#include <sys/types.h>
+#include "config.h"
+
#ifndef HAVE_LINUX_DVB_FRONTEND_H
#warning linux/dvb/frontend.h not found.