This commit is contained in:
Timur A. Fatkhullin
2024-06-16 00:11:20 +03:00
parent 9a2baa702d
commit 3e8a113c3a
4 changed files with 60 additions and 31 deletions

View File

@@ -9,6 +9,7 @@ ABSTRACT DEVICE COMPONENTS LIBRARY
#include <filesystem>
#include <set>
#include <unordered_map>
#if __has_include(<unistd.h>) // POSIX
#define FORK_EXISTS 1
#include <sys/stat.h>