mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-09 13:16:26 +00:00
nuttx: Add missing pthread.h header (#2009)
This commit is contained in:
parent
76b8225dac
commit
6a3ae689f7
|
@ -14,6 +14,7 @@
|
|||
#include <inttypes.h>
|
||||
#include <limits.h>
|
||||
#include <poll.h>
|
||||
#include <pthread.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in New Issue
Block a user