Mercurial > minori
comparison src/core/filesystem.cpp @ 18:28d8f4c0ae12
*nix: add missing header file for stat
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 19 Sep 2023 23:02:39 -0400 |
parents | cde8f67a7c7d |
children | 2743011a6042 |
comparison
equal
deleted
inserted
replaced
17:db445ce42057 | 18:28d8f4c0ae12 |
---|---|
11 # define DELIM "\\" | 11 # define DELIM "\\" |
12 #else | 12 #else |
13 # define DELIM "/" | 13 # define DELIM "/" |
14 # include <errno.h> | 14 # include <errno.h> |
15 # include <unistd.h> | 15 # include <unistd.h> |
16 # include <sys/stat.h> | |
16 #endif | 17 #endif |
17 | 18 |
18 #include "core/config.h" | 19 #include "core/config.h" |
19 #include "core/filesystem.h" | 20 #include "core/filesystem.h" |
20 #include <limits.h> | 21 #include <limits.h> |