diff options
Diffstat (limited to 'hw/lm32_juart.c')
-rw-r--r-- | hw/lm32_juart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/lm32_juart.c b/hw/lm32_juart.c index 472e9c25fd..93f0d1534e 100644 --- a/hw/lm32_juart.c +++ b/hw/lm32_juart.c @@ -22,7 +22,7 @@ #include "trace.h" #include "char/char.h" -#include "hw/lm32_juart.h" +#include "hw/lm32/lm32_juart.h" enum { LM32_JUART_MIN_SAVE_VERSION = 0, |