mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
tls: fix build error under CONFIG_PTHREAD_ATFORK enabled
This commit is contained in:
parent
bfa1799f1c
commit
2e98f29277
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
#include <nuttx/kmalloc.h>
|
||||
#include <nuttx/mutex.h>
|
||||
#include <nuttx/list.h>
|
||||
#include <nuttx/lib/lib.h>
|
||||
|
||||
#include "tls.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue