mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibCore: Add includes for S_ISDIR on Windows
This commit is contained in:
Notes:
github-actions[bot]
2024-12-09 00:33:15 +00:00
Author: https://github.com/R-Goc Commit: https://github.com/LadybirdBrowser/ladybird/commit/c66eb5db113 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2482
@@ -11,6 +11,10 @@
|
||||
#include <LibCore/ResourceImplementationFile.h>
|
||||
#include <LibCore/System.h>
|
||||
|
||||
#if defined(AK_OS_WINDOWS)
|
||||
# include <dirent.h>
|
||||
#endif
|
||||
|
||||
namespace Core {
|
||||
|
||||
ResourceImplementationFile::ResourceImplementationFile(String base_directory)
|
||||
|
||||
Reference in New Issue
Block a user