diff options
-rw-r--r-- | src/posix/filesystem_posix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/posix/filesystem_posix.c b/src/posix/filesystem_posix.c index c752e4a..c82cdf7 100644 --- a/src/posix/filesystem_posix.c +++ b/src/posix/filesystem_posix.c @@ -27,6 +27,7 @@ #include <dirent.h> #include <fcntl.h> #include <sys/stat.h> +#include <sys/types.h> #include <unistd.h> #include <errno.h> |