diff options
Diffstat (limited to 'cmd/wol.c')
-rw-r--r-- | cmd/wol.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |