mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:57:45 +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
|
#pragma once
|
||||||
#include <AK/String.h>
|
#include <AK/String.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
|
|
||||||
namespace FileUtils {
|
namespace FileUtils {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue