nuttx: Add missing pthread.h header (#2009)

This commit is contained in:
Gustavo Henrique Nihei 2023-03-07 11:01:16 -03:00 committed by GitHub
parent 76b8225dac
commit 6a3ae689f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>