diff options
Diffstat (limited to 'cmd/diag.c')
-rw-r--r-- | cmd/diag.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/diag.c b/cmd/diag.c index c6da5aae3fc..f51536dbfaa 100644 --- a/cmd/diag.c +++ b/cmd/diag.c @@ -7,6 +7,7 @@ /* * Diagnostics support */ +#include <common.h> #include <command.h> #include <post.h> |