mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
Fix missing header file for bug introduced yesterday
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
#include <nuttx/sched.h>
|
||||
#include <nuttx/kmalloc.h>
|
||||
|
||||
#include "sched/sched.h"
|
||||
#include "group/group.h"
|
||||
|
||||
#if (defined(CONFIG_BUILD_PROTECTED) || defined(CONFIG_BUILD_KERNEL)) && \
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
#include <nuttx/sched.h>
|
||||
#include <nuttx/kmalloc.h>
|
||||
|
||||
#include "sched/sched.h"
|
||||
#include "group/group.h"
|
||||
|
||||
#if (defined(CONFIG_BUILD_PROTECTED) || defined(CONFIG_BUILD_KERNEL)) && \
|
||||
|
||||
Reference in New Issue
Block a user