sys/poll.h -> poll.h

This commit is contained in:
dec05eba
2025-01-10 00:14:18 +01:00
parent 35578e79ec
commit bb54b67956
3 changed files with 3 additions and 3 deletions

View File

@@ -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>

View File

@@ -10,7 +10,7 @@
#include <stdint.h>
/* POSIX */
#include <sys/poll.h>
#include <poll.h>
/* LINUX */
#include <linux/input-event-codes.h>