X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=posix.h;fp=posix.h;h=257c27f7c82c363673e73b926252cb2c96c02f8d;hb=5d636caaaf684a5d4832cd5d4460dfc214a815de;hp=ca30edb9958f5727951bde50cf17088991b7cf78;hpb=2de059caceed8e552c53343304b954650f6ab4aa;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