From 7f4151f6953c84713993e2c22d3763e986dfb562 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Fri, 5 Jan 2024 15:51:23 +0100 Subject: [PATCH] Attempt to fix MAC build --- test/cfg/posix.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/cfg/posix.c b/test/cfg/posix.c index 88cbb042f09..2e4a87487d2 100644 --- a/test/cfg/posix.c +++ b/test/cfg/posix.c @@ -31,14 +31,16 @@ #include #include #include +#include +#include #if !(defined(__APPLE__) && defined(__MACH__)) +#include #include #endif #include #include #include -#include -#include + #if !(defined(__APPLE__) && defined(__MACH__)) void nullPointer_mq_timedsend(mqd_t mqdes, const char* msg_ptr, size_t msg_len, unsigned msg_prio, const struct timespec* abs_timeout) {