Skip to content

Commit

Permalink
Add errno include file
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Oct 16, 2023
1 parent 133894e commit f38e229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/xtd.core.native.macos/include/xtd/native/macos/mutex.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#endif
/// @endcond

#include <errno.h>
#include <pthread.h>
#include <unistd.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#endif
/// @endcond

#include <errno.h>
#include <unistd.h>
// Hacking to remove deprecated warning.
#undef __deprecated
Expand Down

0 comments on commit f38e229

Please sign in to comment.