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

@@ -6,7 +6,7 @@
#include <string.h> #include <string.h>
#include <errno.h> #include <errno.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/fcntl.h> #include <fcntl.h>
namespace gsr { namespace gsr {
static void get_runtime_filepath(char *buffer, size_t buffer_size, const char *filename) { static void get_runtime_filepath(char *buffer, size_t buffer_size, const char *filename) {

View File

@@ -11,7 +11,7 @@
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h> #include <unistd.h>
#include <dirent.h> #include <dirent.h>
#include <sys/poll.h> #include <poll.h>
/* LINUX */ /* LINUX */
#include <linux/input.h> #include <linux/input.h>

View File

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