1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:17:35 +00:00

FileManager: Include sys/stat.h for struct stat

This commit is contained in:
joshua stein 2020-01-30 17:08:35 -06:00 committed by Andreas Kling
parent 46601690d9
commit 384d640293

View file

@ -26,6 +26,7 @@
#pragma once
#include <AK/String.h>
#include <sys/stat.h>
namespace FileUtils {