The header shouldn't include what it needs, not rely on other files to include
the required bits.

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

Reply via email to