forked from nuttx/nuttx-update
tls.h: list.h should depends on CONFIG_PTHREAD_ATFORK
Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
parent
002f3c75e4
commit
e73c05718c
1 changed files with 4 additions and 1 deletions
|
@ -39,7 +39,10 @@
|
|||
#include <nuttx/cache.h>
|
||||
#include <nuttx/atexit.h>
|
||||
#include <nuttx/fs/fs.h>
|
||||
#include <nuttx/list.h>
|
||||
|
||||
#ifdef CONFIG_PTHREAD_ATFORK
|
||||
# include <nuttx/list.h>
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue