mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-21 01:15:05 +00:00
Fix for PC build
This commit is contained in:
parent
5cc815e99c
commit
5d89d40541
@ -12,7 +12,11 @@
|
|||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
#ifdef ESP_PLATFORM
|
||||||
#include <sys/unistd.h>
|
#include <sys/unistd.h>
|
||||||
|
#else
|
||||||
|
#include <unistd.h>
|
||||||
|
#endif
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
inline bool app_fs_is_directory(const std::string& path) {
|
inline bool app_fs_is_directory(const std::string& path) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user