summaryrefslogtreecommitdiffstats
path: root/common/cmd_net.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:44 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:44 +0200
commit6c921c779b2f9cf54ae7c135e9671787e72be648 (patch)
tree23d29debbd0a43f680c7442137e5a9795a726947 /common/cmd_net.c
parent3dcd63a9bdb3542bf8b6d7b0744f987384663f22 (diff)
downloadbarebox-6c921c779b2f9cf54ae7c135e9671787e72be648.tar.gz
barebox-6c921c779b2f9cf54ae7c135e9671787e72be648.tar.xz
svn_rev_333
add include
Diffstat (limited to 'common/cmd_net.c')
-rw-r--r--common/cmd_net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cmd_net.c b/common/cmd_net.c
index 7a2186f067..1116d58c7c 100644
--- a/common/cmd_net.c
+++ b/common/cmd_net.c
@@ -26,6 +26,7 @@
*/
#include <common.h>
#include <command.h>
+#include <environment.h>
#include <asm-generic/errno.h>
#include <driver.h>
#include <net.h>