You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
882 B
53 lines
882 B
--- a/evdev.c
|
|
+++ b/evdev.c
|
|
@@ -28,6 +28,8 @@
|
|
|
|
#include "defs.h"
|
|
|
|
+#include <linux/ioctl.h>
|
|
+
|
|
#ifdef HAVE_LINUX_INPUT_H
|
|
#include <linux/input.h>
|
|
#include "xlat/evdev_abs.h"
|
|
--- a/ioctl.c
|
|
+++ b/ioctl.c
|
|
@@ -29,7 +29,7 @@
|
|
*/
|
|
|
|
#include "defs.h"
|
|
-#include <asm/ioctl.h>
|
|
+#include <linux/ioctl.h>
|
|
#include "xlat/ioctl_dirs.h"
|
|
|
|
#ifdef HAVE_LINUX_INPUT_H
|
|
--- a/ioctlsort.c
|
|
+++ b/ioctlsort.c
|
|
@@ -33,7 +33,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
-#include <asm/ioctl.h>
|
|
+#include <linux/ioctl.h>
|
|
|
|
struct ioctlent {
|
|
const char *info;
|
|
--- a/mknod.c
|
|
+++ b/mknod.c
|
|
@@ -1,6 +1,7 @@
|
|
#include "defs.h"
|
|
|
|
#include <fcntl.h>
|
|
+#include <sys/stat.h>
|
|
|
|
#ifdef MAJOR_IN_SYSMACROS
|
|
# include <sys/sysmacros.h>
|
|
--- a/printmode.c
|
|
+++ b/printmode.c
|
|
@@ -1,6 +1,7 @@
|
|
#include "defs.h"
|
|
|
|
#include <fcntl.h>
|
|
+#include <sys/stat.h>
|
|
|
|
#include "xlat/modetypes.h"
|
|
|
|
|