diff options
-rw-r--r-- | src/evdev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/evdev.c b/src/evdev.c index ed15134..701fd03 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -62,6 +62,7 @@ #include <X11/extensions/XIproto.h> #include <string.h> +#include <errno.h> /* The libc wrapper just blows... linux/input.h must be included * before xf86_ansic.h and xf86_libc.h so we avoid defining ioctl |