From 502542cb6d6348bfa90b1686e981440e22401e3c Mon Sep 17 00:00:00 2001 From: reinelt Date: Mon, 21 Jul 2003 05:56:48 +0000 Subject: [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 --- dvb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dvb.c b/dvb.c index 53bf8d7..ce5da63 100644 --- a/dvb.c +++ b/dvb.c @@ -42,6 +42,8 @@ #include #include +#include "config.h" + #ifndef HAVE_LINUX_DVB_FRONTEND_H #warning linux/dvb/frontend.h not found. -- cgit v1.2.3