1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 03:35:38 +03:00
aports/testing/linuxconsoletools/sys-time.patch
Natanael Copa bbcd8c0265 testing/linuxconsoletools: new aport
Tools for connecting joysticks & legacy devices to the kernels input subsystem
http://sourceforge.net/projects/linuxconsole/

fixes #2532
2013-12-30 10:30:27 +00:00

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>