mirror of
https://github.com/OpenAMP/libmetal.git
synced 2026-02-05 11:10:08 +08:00
system: linux: include missing headers
Do not rely on indirect includes since they may not be present on some systems. Signed-off-by: Vincenzo Calabretta <vincenzo.calabretta@embedded-brains.de>
This commit is contained in:
committed by
Arnaud Pouliquen
parent
dcf121ab61
commit
96c7cd26dc
@@ -8,6 +8,9 @@
|
||||
#include <metal/utilities.h>
|
||||
#include "metal-test.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <pthread.h>
|
||||
|
||||
int metal_run(int threads, metal_thread_t child, void *arg)
|
||||
{
|
||||
pthread_t tids[threads];
|
||||
|
||||
Reference in New Issue
Block a user