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 <errno.h>
#include <sys/stat.h>
#include <sys/fcntl.h>
#include <fcntl.h>
namespace gsr {
static void get_runtime_filepath(char *buffer, size_t buffer_size, const char *filename) {