mirror of
https://github.com/FunKey-Project/picofe-irixxxx.git
synced 2026-04-28 00:53:51 +02:00
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@639 be3aeb3a-fb24-0410-a615-afba39da0efa
14 lines
160 B
C
14 lines
160 B
C
/* define POSIX stuff: dirent, scandir, getcwd */
|
|
#if defined(__linux__)
|
|
|
|
#include <dirent.h>
|
|
#include <unistd.h>
|
|
|
|
#else
|
|
|
|
#error "must define dirent"
|
|
|
|
#endif
|
|
|
|
|