diff --git a/hypervisor/debug/shell.c b/hypervisor/debug/shell.c index c2a6738f0..dc2a4f438 100644 --- a/hypervisor/debug/shell.c +++ b/hypervisor/debug/shell.c @@ -5,7 +5,7 @@ */ #include -#include "shell_internal.h" +#include "shell_priv.h" #define TEMP_STR_SIZE 60U #define MAX_STR_SIZE 256U diff --git a/hypervisor/debug/shell_internal.h b/hypervisor/debug/shell_priv.h similarity index 100% rename from hypervisor/debug/shell_internal.h rename to hypervisor/debug/shell_priv.h