summaryrefslogtreecommitdiffstats
path: root/common/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/env.c')
-rw-r--r--common/env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/env.c b/common/env.c
index 8a69017218..d0d64873c7 100644
--- a/common/env.c
+++ b/common/env.c
@@ -2,7 +2,7 @@
#include <command.h>
#include <driver.h>
#include <malloc.h>
-#include <asm-generic/errno.h>
+#include <errno.h>
static ulong env_size;
static char *env_name_spec;