On Tue, Mar 18, 2014 at 3:54 PM, Peter Hutterer <peter.hutte...@who-t.net> wrote: > The header shouldn't include what it needs, not rely on other files to include > the required bits.
I think you mean _should_ include what it needs :) Jason --- Now instead of four in the eights place / you’ve got three, ‘Cause you added one / (That is to say, eight) to the two, / But you can’t take seven from three, / So you look at the sixty-fours.... > > Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net> > --- > include/isdv4.h | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/include/isdv4.h b/include/isdv4.h > index 539f609..423d564 100644 > --- a/include/isdv4.h > +++ b/include/isdv4.h > @@ -20,6 +20,10 @@ > #ifndef ISDV4_H > #define ISDV4_H > > +#include <stdint.h> > +#include <stddef.h> > +#include <string.h> > + > #define ISDV4_QUERY "*" /* ISDV4 query command */ > #define ISDV4_RESET "&" /* ISDV4 touch panel reset command */ > #define ISDV4_TOUCH_QUERY "%" /* ISDV4 touch query command */ > -- > 1.8.5.3 > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/13534_NeoTech > _______________________________________________ > Linuxwacom-devel mailing list > Linuxwacom-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel