mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 03:35:38 +03:00
Tools for connecting joysticks & legacy devices to the kernels input subsystem http://sourceforge.net/projects/linuxconsole/ fixes #2532
12 lines
289 B
Diff
12 lines
289 B
Diff
diff --git a/utils/inputattach.c b/utils/inputattach.c
|
|
index d11e2db..22e1ec3 100644
|
|
--- a/utils/inputattach.c
|
|
+++ b/utils/inputattach.c
|
|
@@ -41,6 +41,7 @@
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <sys/ioctl.h>
|
|
+#include <sys/time.h>
|
|
#include <termios.h>
|
|
#include <unistd.h>
|
|
|