diff options
Diffstat (limited to 'common/cmd_dcr.c')
-rw-r--r-- | common/cmd_dcr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cmd_dcr.c b/common/cmd_dcr.c index 4fddd804ab..cc77250ac8 100644 --- a/common/cmd_dcr.c +++ b/common/cmd_dcr.c @@ -13,6 +13,7 @@ #include <cli.h> #include <config.h> #include <command.h> +#include <console.h> unsigned long get_dcr (unsigned short); unsigned long set_dcr (unsigned short, unsigned long); |