mirror of
https://github.com/apache/nuttx.git
synced 2026-09-14 06:30:31 +00:00
libc: Move queue.h from include to include/nuttx
to avoid the conflict with libuv's queue.h Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
8b3a936588
commit
40ef5bc6db
158 changed files with 150 additions and 176 deletions
|
|
@ -29,9 +29,9 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <stdint.h>
|
||||
#include <queue.h>
|
||||
|
||||
#include <nuttx/clock.h>
|
||||
#include <nuttx/queue.h>
|
||||
#include <nuttx/wdog.h>
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue