tls: fix build error under CONFIG_PTHREAD_ATFORK enabled

This commit is contained in:
Roy Feng 2024-05-28 16:38:01 +08:00 committed by Alin Jerpelea
parent bfa1799f1c
commit 2e98f29277

View file

@ -26,6 +26,7 @@
#include <nuttx/kmalloc.h>
#include <nuttx/mutex.h>
#include <nuttx/list.h>
#include <nuttx/lib/lib.h>
#include "tls.h"