diff --git a/components/soc/include/soc/uart_periph.h b/components/soc/include/soc/uart_periph.h index 2cf1fe9333..45781b208a 100644 --- a/components/soc/include/soc/uart_periph.h +++ b/components/soc/include/soc/uart_periph.h @@ -10,6 +10,8 @@ #include "soc/gpio_sig_map.h" #include "soc/io_mux_reg.h" #include "soc/uart_pins.h" +#include "soc/uart_struct.h" +#include "soc/uart_reg.h" #ifdef __cplusplus extern "C" {