X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fposix.h;fp=common%2Fposix.h;h=91001418acb1711a54e8bbfbffd6e7165fdfb75f;hb=049a6b3e80151f6a5af726e25478ed15e111dfcc;hp=0000000000000000000000000000000000000000;hpb=24b24674aedbdcb4432ab2ed823c3d9c97852da4;p=libpicofe.git diff --git a/common/posix.h b/common/posix.h new file mode 100644 index 0000000..9100141 --- /dev/null +++ b/common/posix.h @@ -0,0 +1,13 @@ +/* define POSIX stuff: dirent, scandir, getcwd */ +#if defined(__linux__) + +#include +#include + +#else + +#error "must define dirent" + +#endif + +