summaryrefslogtreecommitdiffstats
path: root/net/eth.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:48 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:48 +0200
commit3b76ed10218b68c997531718f86c2876ec38c517 (patch)
treedcaceb243c9a245abcfe1a1a3e500c7e4203e799 /net/eth.c
parent46743ea28f2480065188e77f23a310eefca62aac (diff)
downloadbarebox-3b76ed10218b68c997531718f86c2876ec38c517.tar.gz
barebox-3b76ed10218b68c997531718f86c2876ec38c517.tar.xz
svn_rev_370
fixups for last commit
Diffstat (limited to 'net/eth.c')
-rw-r--r--net/eth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/eth.c b/net/eth.c
index 974c615cff..4acda47fc2 100644
--- a/net/eth.c
+++ b/net/eth.c
@@ -28,6 +28,7 @@
#include <net.h>
#include <miiphy.h>
#include <malloc.h>
+#include <errno.h>
static int enetaddr_set(struct device_d *dev, struct param_d *param, value_t val)
{