diff options
Diffstat (limited to 'src/ecrt0.c')
-rw-r--r-- | src/ecrt0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ecrt0.c b/src/ecrt0.c index 41bd1c8b323..9d73dfe05d0 100644 --- a/src/ecrt0.c +++ b/src/ecrt0.c @@ -72,7 +72,7 @@ int data_start = 0; int errno; #endif -#ifndef DONT_NEED_ENVIRON +#ifndef MSDOS char **environ; #endif |