ladybird
ladybird copied to clipboard
LibCore: Add includes for S_ISDIR on Windows
Adds include for dirent.h which we use in LibCore to provide the S_ISDIR macro on Windows. Fixes compilation of ResourceImplementation.cpp and ResourceImplementationFile.cpp
@stasoid does this look correct?