]> git.webhop.me Git - lcd4linux.git/commitdiff
[lcd4linux @ 2003-07-21 05:56:48 by reinelt]
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Mon, 21 Jul 2003 05:56:48 +0000 (05:56 +0000)
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Mon, 21 Jul 2003 05:56:48 +0000 (05:56 +0000)
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

dvb.c

diff --git a/dvb.c b/dvb.c
index 53bf8d716aa2d05360293bb86462ab0d428ac0f2..ce5da634725449e424549a8db632c18c05bb01cc 100644 (file)
--- 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.