summaryrefslogtreecommitdiff
path: root/cmd/ethsw.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ethsw.c')
-rw-r--r--cmd/ethsw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ethsw.c b/cmd/ethsw.c
index f8b8a798bf6..4bf49ac598f 100644
--- a/cmd/ethsw.c
+++ b/cmd/ethsw.c
@@ -5,13 +5,13 @@
* Ethernet Switch commands
*/
-#include <common.h>
#include <command.h>
#include <env.h>
#include <errno.h>
#include <env_flags.h>
#include <ethsw.h>
#include <net.h>
+#include <vsprintf.h>
static const char *ethsw_name;