mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Include assert.h in necessary place
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
8e06d060c2
commit
602ff0cd76
2 changed files with 2 additions and 0 deletions
|
|
@ -71,6 +71,7 @@
|
|||
#include <nuttx/clock.h>
|
||||
#include <nuttx/arch.h>
|
||||
#include <semaphore.h>
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <queue.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue