chiark / gitweb /
hostside: hidrawconv: cope with difference between 2.6.26 and 2.6.33, guessing the...
[trains.git] / hostside / hidrawconv.h
index 2fdfdb2d43056c2d881f8550e73258d1146d5fa4..6ffd35eccd60fa2817f7f2051002783abbc9f83d 100644 (file)
@@ -4,6 +4,13 @@
 #include <stdio.h>
 #include <stdint.h>
 
+#include <sys/ioctl.h>
+#include <sys/types.h>
+
+#include <linux/types.h>
+
+#include "hidraw.h"
+
 #include "common.h"
 
 #define MAXREPORTLEN 256