mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:37:35 +00:00
FileManager: Include sys/stat.h for struct stat
This commit is contained in:
parent
46601690d9
commit
384d640293
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
|
||||
#pragma once
|
||||
#include <AK/String.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
namespace FileUtils {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue