Skip to content

Commit

Permalink
Adds support for building on illumos
Browse files Browse the repository at this point in the history
  • Loading branch information
bnaecker authored and al13n321 committed Jun 22, 2024
1 parent 4e42478 commit bc96982
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zutil_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#elif defined(__FreeBSD__)
# include <stdlib.h>
# include <malloc_np.h>
#elif defined(__sun)
# include <stdlib.h>
#else
# include <malloc.h>
#endif
Expand Down

0 comments on commit bc96982

Please sign in to comment.