diff options
Diffstat (limited to 'src/stdlib/_stdlib.h')
| -rw-r--r-- | src/stdlib/_stdlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdlib/_stdlib.h b/src/stdlib/_stdlib.h index b0aa3cd2..089de7df 100644 --- a/src/stdlib/_stdlib.h +++ b/src/stdlib/_stdlib.h @@ -15,6 +15,7 @@ struct __stdlib { struct atexit *prev; } atexit; unsigned int rand; + char **environ; }; extern struct __stdlib __stdlib; |
