This commit is contained in:
Tenari
2026-07-15 07:33:00 -05:00
parent 23d3a3b4e9
commit bcdc4da34e
+1
View File
@@ -1,6 +1,7 @@
#include <sys/mman.h> #include <sys/mman.h>
#define _POSIX_C_SOURCE 200809L #define _POSIX_C_SOURCE 200809L
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/select.h>
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h> #include <unistd.h>
#include <time.h> #include <time.h>