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:
Vincenzo Calabretta
2024-07-03 15:27:26 +02:00
committed by Arnaud Pouliquen
parent dcf121ab61
commit 96c7cd26dc

View File

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