diff options
Diffstat (limited to 'cmd/cls.c')
-rw-r--r-- | cmd/cls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/cls.c b/cmd/cls.c index 4bee8a18305..80d0558d467 100644 --- a/cmd/cls.c +++ b/cmd/cls.c @@ -5,6 +5,7 @@ * * cls - clear screen command */ +#include <common.h> #include <command.h> #include <console.h> #include <dm.h> |