Skip to content

Commit 5a7b257

Browse files
mymlComixHe
authored andcommitted
fix: '_PC_PATH_MAX' was not declared in this scope
add missing include
1 parent ecec276 commit 5a7b257

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/linyaps_box/utils/platform.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <unordered_map>
1414

1515
#include <sys/resource.h>
16+
#include <unistd.h>
1617

1718
namespace linyaps_box::utils {
1819
auto str_to_signal(std::string_view str) -> int

0 commit comments

Comments
 (0)