X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=posix.h;fp=posix.h;h=257c27f7c82c363673e73b926252cb2c96c02f8d;hb=7167e5f3376f0d0692ae102ed2df1ef5d2cc199a;hp=ca30edb9958f5727951bde50cf17088991b7cf78;hpb=33787db41d955f8dcafe833097f2cc87d70186ec;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