Re: [Qemu-devel] [PATCH] compiler.h include fix for usb-linux.c

2007-01-10 Thread Lonnie Mendez
On Thu, 2007-01-11 at 00:00 +0100, ( अमेय पाळंदे ) Ameya Palande wrote: > On 1/10/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote: > > ( ?? ) Ameya Palande wrote: > > > Hi, > > > > > > Redhat and its derivatives don't have /usr/include/linux/compiler.h > > > But debian, ope

Re: [Qemu-devel] [PATCH] compiler.h include fix for usb-linux.c

2007-01-10 Thread ( अमेय पाळंदे ) Ameya Palande
On 1/10/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote: ( ?? ) Ameya Palande wrote: > Hi, > > Redhat and its derivatives don't have /usr/include/linux/compiler.h > But debian, opensuse etc. have compiler.h > > Without including compiler.h in usb-linux.c build fails on op

Re: [Qemu-devel] [PATCH] compiler.h include fix for usb-linux.c

2007-01-10 Thread Thiemo Seufer
( ?? ) Ameya Palande wrote: > Hi, > > Redhat and its derivatives don't have /usr/include/linux/compiler.h > But debian, opensuse etc. have compiler.h > > Without including compiler.h in usb-linux.c build fails on opensuse. JFTR, it works on debian. Thiemo ___

[Qemu-devel] [PATCH] compiler.h include fix for usb-linux.c

2007-01-10 Thread ( अमेय पाळंदे ) Ameya Palande
Hi, Redhat and its derivatives don't have /usr/include/linux/compiler.h But debian, opensuse etc. have compiler.h Without including compiler.h in usb-linux.c build fails on opensuse. So instead of removing compiler.h, its better to check if it is there on build host and if it is there then incl