summaryrefslogtreecommitdiffstats
path: root/common/env.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:47 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:47 +0200
commit46743ea28f2480065188e77f23a310eefca62aac (patch)
tree562abfa3654dae6140e6556bb0794eb6d3891d5f /common/env.c
parentca69a1484991f8d58cbcca844224e01c5c6eb9b0 (diff)
downloadbarebox-46743ea28f2480065188e77f23a310eefca62aac.tar.gz
barebox-46743ea28f2480065188e77f23a310eefca62aac.tar.xz
svn_rev_369
include asm-generic in errno.h instead of all other files
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;