diff options
Diffstat (limited to 'cmd/axi.c')
-rw-r--r-- | cmd/axi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/axi.c b/cmd/axi.c index 3dbea0499de..5620891db28 100644 --- a/cmd/axi.c +++ b/cmd/axi.c @@ -9,6 +9,7 @@ * SPDX-License-Identifier: GPL-2.0+ */ +#include <common.h> #include <axi.h> #include <command.h> #include <console.h> |