mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-06 23:28:04 -04:00
add minimal osx/ios compilastion support
This commit is contained in:
parent
2de059cace
commit
5d636caaaf
2 changed files with 9 additions and 2 deletions
2
posix.h
2
posix.h
|
@ -2,7 +2,7 @@
|
|||
#define LIBPICOFE_POSIX_H
|
||||
|
||||
/* define POSIX stuff: dirent, scandir, getcwd, mkdir */
|
||||
#if defined(__linux__) || defined(__MINGW32__)
|
||||
#if defined(__MACH__) || defined(__linux__) || defined(__MINGW32__)
|
||||
|
||||
#include <dirent.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue