diff options
Diffstat (limited to 'src/drivers/uart/pl011.h')
-rw-r--r-- | src/drivers/uart/pl011.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/uart/pl011.h b/src/drivers/uart/pl011.h index 9247ef7725..2568dbcb80 100644 --- a/src/drivers/uart/pl011.h +++ b/src/drivers/uart/pl011.h @@ -10,7 +10,7 @@ #ifndef __DRIVERS_UART_PL011_H #define __DRIVERS_UART_PL011_H -#include <inttypes.h> +#include <stdint.h> #include <types.h> /* PL011 r1p5 registers */ |