Fix for PC build

This commit is contained in:
Ken Van Hoeylandt 2026-08-19 23:08:52 +02:00
parent 5cc815e99c
commit 5d89d40541

View File

@ -12,7 +12,11 @@
#include <dirent.h>
#include <string>
#include <sys/stat.h>
#ifdef ESP_PLATFORM
#include <sys/unistd.h>
#else
#include <unistd.h>
#endif
#include <vector>
inline bool app_fs_is_directory(const std::string& path) {