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
Notes: sideshowbarker 2024-07-19 09:38:28 +09:00

View file

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