diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2003-07-21 05:56:48 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2003-07-21 05:56:48 +0000 |
commit | 502542cb6d6348bfa90b1686e981440e22401e3c (patch) | |
tree | 276fb7a887050a882906bdcac0d576dea9f28ffb | |
parent | 6ae60a46a83b070e7ed257e07a3bbd14db18dea7 (diff) | |
download | lcd4linux-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
-rw-r--r-- | dvb.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |