diff options
Diffstat (limited to 'board/egnite/ethernut5/ethernut5_pwrman.c')
-rw-r--r-- | board/egnite/ethernut5/ethernut5_pwrman.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/egnite/ethernut5/ethernut5_pwrman.c b/board/egnite/ethernut5/ethernut5_pwrman.c index 42e1914a875..81f1abf2fad 100644 --- a/board/egnite/ethernut5/ethernut5_pwrman.c +++ b/board/egnite/ethernut5/ethernut5_pwrman.c @@ -31,8 +31,8 @@ * For additional information visit the project home page at * http://www.ethernut.de/ */ +#include <common.h> #include <command.h> -#include <vsprintf.h> #include <asm/arch/at91sam9260.h> #include <asm/arch/at91_common.h> #include <asm/arch/gpio.h> |