On Sat, Mar 06, 2010 at 08:58:46PM -0500, Gaetan Nadon wrote: > The header <linux/serial.h> should come after xf86Wacom.h > as it did when it was in wmValidateDevice.c > Problem was introduced by commit 3d5f67417a0939d30a19e581a4f76091cfad4a5d > > Signed-off-by: Gaetan Nadon <[email protected]> > --- > src/wcmISDV4.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/wcmISDV4.c b/src/wcmISDV4.c > index c18fc3a..a8847ba 100644 > --- a/src/wcmISDV4.c > +++ b/src/wcmISDV4.c > @@ -21,10 +21,10 @@ > #include <config.h> > #endif > > -#include <linux/serial.h> > #include "xf86Wacom.h" > #include <xf86_OSproc.h> > #include "wcmFilter.h" > +#include <linux/serial.h> > > #define WC_ISDV4_QUERY "*" /* ISDV4 query command */ > #define WC_ISDV4_TOUCH_QUERY "%" /* ISDV4 touch query command */ > -- > 1.6.0.4
thanks Gaetan, merged and pushed. Cheers, Peter ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
