aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-01-10 00:14:18 +0100
committerdec05eba <dec05eba@protonmail.com>2025-01-10 00:14:18 +0100
commitbb54b679561fa6619515d7c34852c77d853f34a8 (patch)
treeb727e6a3e252b7aa5866ae780f84d87d7c2ed774 /tools
parent35578e79ecca029056fefb015d94d89b6f526916 (diff)
sys/poll.h -> poll.h
Diffstat (limited to 'tools')
-rw-r--r--tools/gsr-global-hotkeys/keyboard_event.c2
-rw-r--r--tools/gsr-global-hotkeys/keyboard_event.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/gsr-global-hotkeys/keyboard_event.c b/tools/gsr-global-hotkeys/keyboard_event.c
index 74332ba..554c1a2 100644
--- a/tools/gsr-global-hotkeys/keyboard_event.c
+++ b/tools/gsr-global-hotkeys/keyboard_event.c
@@ -11,7 +11,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <dirent.h>
-#include <sys/poll.h>
+#include <poll.h>
/* LINUX */
#include <linux/input.h>
diff --git a/tools/gsr-global-hotkeys/keyboard_event.h b/tools/gsr-global-hotkeys/keyboard_event.h
index 9904237..79fac75 100644
--- a/tools/gsr-global-hotkeys/keyboard_event.h
+++ b/tools/gsr-global-hotkeys/keyboard_event.h
@@ -10,7 +10,7 @@
#include <stdint.h>
/* POSIX */
-#include <sys/poll.h>
+#include <poll.h>
/* LINUX */
#include <linux/input-event-codes.h>