diff --git a/dmd/root/root.c b/dmd/root/root.c index 844c6292..e607e95a 100644 --- a/dmd/root/root.c +++ b/dmd/root/root.c @@ -7,7 +7,9 @@ // in artistic.txt, or the GNU General Public License in gnu.txt. // See the included readme.txt for details. +#ifndef POSIX #define POSIX (linux || __APPLE__ || __FreeBSD__ || __sun&&__SVR4) +#endif #include #include