X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fposix.h;h=2c2d98d9274e85e991374e3d55adb64d57531be9;hb=f15ca4db35a3466cc59b796c2a5d8b963721a02c;hp=91001418acb1711a54e8bbfbffd6e7165fdfb75f;hpb=44bfd52ff5bd5621a3ea967565dedf0a01ba9c53;p=libpicofe.git diff --git a/common/posix.h b/common/posix.h index 9100141..2c2d98d 100644 --- a/common/posix.h +++ b/common/posix.h @@ -1,12 +1,14 @@ -/* define POSIX stuff: dirent, scandir, getcwd */ +/* define POSIX stuff: dirent, scandir, getcwd, mkdir */ #if defined(__linux__) #include #include +#include +#include #else -#error "must define dirent" +#error "must provide posix" #endif