X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=posix.h;h=257c27f7c82c363673e73b926252cb2c96c02f8d;hb=09fcfbaa1889c915ab4bd38f75eca97a6232a527;hp=ca30edb9958f5727951bde50cf17088991b7cf78;hpb=76e45c3489a0c32d91744413c198f685b553f6c0;p=libpicofe.git diff --git a/posix.h b/posix.h index ca30edb..257c27f 100644 --- a/posix.h +++ b/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 #include