diff options
Diffstat (limited to 'cmd/wol.c')
-rw-r--r-- | cmd/wol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/wol.c b/cmd/wol.c index 45d4ae3f719..f0d63432272 100644 --- a/cmd/wol.c +++ b/cmd/wol.c @@ -7,9 +7,9 @@ /* * Wake-on-LAN support */ +#include <common.h> #include <command.h> #include <net.h> -#include <vsprintf.h> #if defined(CONFIG_CMD_WOL) void wol_set_timeout(ulong); |