diff options
Diffstat (limited to 'src/env/putenv.c')
-rw-r--r-- | src/env/putenv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/env/putenv.c b/src/env/putenv.c index d141db13..4042869b 100644 --- a/src/env/putenv.c +++ b/src/env/putenv.c @@ -1,7 +1,5 @@ #include <stdlib.h> #include <string.h> -#include <errno.h> -#include <stdio.h> extern char **__environ; char **__env_map; |