uart: fix compilation error when interrupt is enabled
Fixes the compilation error when CONFIG_UART_INTERRUPT_DRIVEN is enabled. Change-Id: I175eb6557a8ec9fa7291e20a5c05ee84797c230b Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
bb60c1619b
commit
ef25238be0
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include <device.h>
|
||||
|
||||
#ifdef CONFIG_PCI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue