aboutsummaryrefslogtreecommitdiff
path: root/src/Rpc.cpp
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 /src/Rpc.cpp
parent35578e79ecca029056fefb015d94d89b6f526916 (diff)
sys/poll.h -> poll.h
Diffstat (limited to 'src/Rpc.cpp')
-rw-r--r--src/Rpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Rpc.cpp b/src/Rpc.cpp
index 206b1cf..3eec98d 100644
--- a/src/Rpc.cpp
+++ b/src/Rpc.cpp
@@ -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) {