mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
tls.h: list.h should depends on CONFIG_PTHREAD_ATFORK
Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
+4
-1
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user