drivers/serial: Include spawn.h required by CONFIG_TTY_LAUNCH

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi 2023-03-02 09:51:21 +08:00 committed by Xiang Xiao
parent 93097be705
commit 5ced61ce08
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
#include <assert.h>
#include <errno.h>
#include <debug.h>
#include <spawn.h>
#include <nuttx/irq.h>
#include <nuttx/arch.h>