diff options
author | Wolfgang Denk <wd@denx.de> | 2009-03-28 20:16:16 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-03-28 20:16:16 +0100 |
commit | d2567be915036720693f3ddd00c39b5b4d86fb8d (patch) | |
tree | 70549d9763109a76a5292bbd7926db8897773936 /common | |
parent | 97b05d7d524a6b4f195f07b8f90e98561a85596c (diff) |
Fix implicit declaration of function 'eth_[gs]etenv_enetaddr'
...and some other compile warnings.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'common')
-rw-r--r-- | common/lynxkdi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/lynxkdi.c b/common/lynxkdi.c index 17b0607ae..b23135bd7 100644 --- a/common/lynxkdi.c +++ b/common/lynxkdi.c @@ -16,6 +16,7 @@ #include <common.h> #include <asm/processor.h> #include <image.h> +#include <net.h> #include <lynxkdi.h> |