Include time.h before linux/dvb/frontend.h or it won't compile on recent kernels (linux powah)

This commit is contained in:
Andreas Öman 2009-05-27 05:29:59 +00:00
parent cbe4ff99d6
commit d0ea172946

View file

@ -1,6 +1,6 @@
#include <time.h>
#include <linux/dvb/frontend.h>
#include <sys/ioctl.h>
#include <time.h>
//#include "scan.h"
#include "diseqc.h"