mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-20 17:05:06 +00:00
Fix for PC build
This commit is contained in:
parent
5cc815e99c
commit
5d89d40541
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user