Hi Ronald You're the greatest. That solved all problems! I just knew there had to be a reason why I posted the message to the wrong list ;-) Thanks John On 10 Apr 2003 07:48:14 +0200 Ronald Bultje <rbultje@xxxxxxxxxxxxxxxxxxx> wrote: > Hey John, > > On Thu, 2003-04-10 at 01:08, John Coppens wrote: > > In v4l.c, line 67, I changed: > > > > #include <sys/time.h> > > to > > #include <linux/time.h> > > Don't do that. linux/time.h is broken, not the other one. > > > which eliminated two errors and left: > > > > In file included from v4l.c:67: > > /usr/include/linux/time.h:9: redefinition of `struct timespec' > > /usr/include/linux/time.h:88: redefinition of `struct timeval' > > Use #define _lINUX_TIME_H 1 just before including videodev.h or > videodev2.h. > > Ronald > > -- > Ronald Bultje <rbultje@xxxxxxxxxxxxxxxxxxx> > > > > -- > video4linux-list mailing list > Unsubscribe > mailto:video4linux-list-request@xxxxxxxxxx?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/video4linux-list