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 7f4151f commit 778aa6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/cfg/posix.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@
#include <time.h>
#include <string.h>
#include <strings.h>
#if !(defined(__APPLE__) && defined(__MACH__))
#if defined(__APPLE__)
#include <xlocale.h>
#endif
#if !(defined(__APPLE__) && defined(__MACH__))
#include <mqueue.h>
#endif
#include <stdlib.h>
Expand Down

0 comments on commit 778aa6b

Please sign in to comment.