Skip to content

Commit

Permalink
Attempt to fix MAC build
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Jan 5, 2024
1 parent b96d8ec commit 7f4151f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/cfg/posix.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,16 @@
#include <ctype.h>
#include <stdbool.h>
#include <time.h>
#include <string.h>
#include <strings.h>
#if !(defined(__APPLE__) && defined(__MACH__))
#include <xlocale.h>
#include <mqueue.h>
#endif
#include <stdlib.h>
#include <unistd.h>
#include <wchar.h>
#include <string.h>
#include <strings.h>


#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) {
Expand Down

0 comments on commit 7f4151f

Please sign in to comment.