Skip to content

Commit

Permalink
regressions/common: Add missing include for errno on mach
Browse files Browse the repository at this point in the history
Didn't build everything from scratch when fixing concurrencykit#186 and missed
that errno.h wasn't included on mach.
  • Loading branch information
jpihlaja-bt committed Feb 11, 2022
1 parent d6dd637 commit 4adf131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions regressions/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#include <pthread_np.h>
#endif
#elif defined(__MACH__)
#include <errno.h>
#include <mach/mach.h>
#include <mach/thread_policy.h>
#elif defined(__FreeBSD__)
Expand Down

0 comments on commit 4adf131

Please sign in to comment.