diff options
author | reinelt <> | 2003-07-21 05:56:48 +0000 |
---|---|---|
committer | reinelt <> | 2003-07-21 05:56:48 +0000 |
commit | 61cfc3264cb0cca3d08b49e814ca3ad5a7033461 (patch) | |
tree | 276fb7a887050a882906bdcac0d576dea9f28ffb /dvb.c | |
parent | e155ff3a4230d8c934fbbe45c8936218c31b7c40 (diff) | |
download | lcd4linux-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.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. |