aboutsummaryrefslogtreecommitdiffstats
path: root/dvb.c
diff options
context:
space:
mode:
authorreinelt <>2003-07-21 05:56:48 +0000
committerreinelt <>2003-07-21 05:56:48 +0000
commit61cfc3264cb0cca3d08b49e814ca3ad5a7033461 (patch)
tree276fb7a887050a882906bdcac0d576dea9f28ffb /dvb.c
parente155ff3a4230d8c934fbbe45c8936218c31b7c40 (diff)
downloadlcd4linux-61cfc3264cb0cca3d08b49e814ca3ad5a7033461.tar.gz
[lcd4linux @ 2003-07-21 05:56:48 by reinelt]
check for HAVE_LINUX_DVB_FRONTEND_H needs config.h
Diffstat (limited to 'dvb.c')
-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.