sched: add header irq.h to exit.c

Signed-off-by: chenxiaoyi <chenxiaoyi@xiaomi.com>
This commit is contained in:
chenxiaoyi
2024-10-25 16:59:50 +08:00
committed by Alan C. Assis
parent 082bc17ab0
commit 72f1315189

View File

@@ -31,6 +31,7 @@
#include <debug.h>
#include <errno.h>
#include <nuttx/irq.h>
#include <nuttx/fs/fs.h>
#include "task/task.h"