diff options
Diffstat (limited to 'common/env_nowhere.c')
-rw-r--r-- | common/env_nowhere.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/env_nowhere.c b/common/env_nowhere.c index b274c035574..ee4237c7e90 100644 --- a/common/env_nowhere.c +++ b/common/env_nowhere.c @@ -31,7 +31,6 @@ #include <command.h> #include <environment.h> #include <linux/stddef.h> -#include <malloc.h> env_t *env_ptr = NULL; |