Преглед изворни кода

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

Gustavo Henrique Nihei пре 2 година
родитељ
комит
6a3ae689f7
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      core/shared/platform/nuttx/platform_internal.h

+ 1 - 0
core/shared/platform/nuttx/platform_internal.h

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