diff options
Diffstat (limited to 'cmd/panic.c')
-rw-r--r-- | cmd/panic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/panic.c b/cmd/panic.c index 7c0affa5eb..f13b3f094f 100644 --- a/cmd/panic.c +++ b/cmd/panic.c @@ -3,7 +3,7 @@ * Copyright (c) 2020 Theobroma Systems Design und Consulting GmbH */ -#include <vsprintf.h> +#include <common.h> #include <command.h> static int do_panic(struct cmd_tbl *cmdtp, int flag, int argc, |