mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +00:00
FileManager: Include sys/stat.h for struct stat
This commit is contained in:
parent
46601690d9
commit
384d640293
Notes:
sideshowbarker
2024-07-19 09:38:28 +09:00
Author: https://github.com/jcs Commit: https://github.com/SerenityOS/serenity/commit/384d6402934 Pull-request: https://github.com/SerenityOS/serenity/pull/1177
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
Reference in a new issue